Skip to content

Commit 8414448

Browse files
committed
force arm64 compatible numpy version, don't bother with cmake
1 parent 0f50cb9 commit 8414448

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
[build-system]
22
requires = [
3-
"setuptools", "wheel", "scikit-build", "cmake", "pip",
4-
"numpy==1.13.3; python_version=='3.6' and platform_machine != 'aarch64'",
5-
"numpy==1.19.3; python_version>='3.6' and sys_platform == 'linux' and platform_machine == 'aarch64'",
6-
"numpy==1.14.5; python_version=='3.7' and platform_machine != 'aarch64'",
7-
"numpy==1.17.3; python_version=='3.8' and platform_machine != 'aarch64'",
8-
"numpy==1.19.3; python_version>='3.9' and platform_machine != 'aarch64'"
3+
"setuptools", "wheel", "scikit-build", "pip",
4+
"numpy==1.20.0rc2"
95
]

0 commit comments

Comments
 (0)