summarylogtreecommitdiffstats
path: root/fix.patch
blob: 69384e055ebbc5a926be6b933492e17c4c211af2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/pyproject.toml b/pyproject.toml
index 0e025a32..a2fb0107 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,12 +2,8 @@
 requires = [
   "setuptools",
-  "conan<2.0.0",
   "scikit-build>=0.11.0",
-  "cmake!=3.17.1,!=3.17.0",
-  "ninja",
   "pybind11>2.6",
-  "oldest-supported-numpy; python_version>'3.7' or platform_machine=='aarch64' or platform_python_implementation=='PyPy'",
   "numpy==1.16.3; python_version<='3.7' and platform_machine!='aarch64' or platform_python_implementation=='PyPy'",
 ]
 build-backend = "setuptools.build_meta"