We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fb52e commit 7701ec7Copy full SHA for 7701ec7
pyproject.toml
@@ -2,7 +2,7 @@
2
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.0; python_version>='3.6' and sys_platform == 'linux' and platform_machine == 'aarch64'",
+ "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'"
0 commit comments