We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339bca5 commit e33b16bCopy full SHA for e33b16b
pyproject.toml
@@ -8,6 +8,6 @@ requires = [
8
"numpy==1.19.3; python_version<='3.9' and sys_platform == 'linux' and platform_machine == 'aarch64'",
9
"numpy==1.21.0; python_version<='3.9' and sys_platform == 'darwin' and platform_machine == 'arm64'",
10
"numpy==1.19.3; python_version=='3.9' and platform_machine != 'aarch64' and platform_machine != 'arm64'",
11
- "numpy==1.21.2; python_version>='3.10'",
+ "numpy==1.21.2; python_version>='3.10' and platform_system!='Darwin''",
12
"numpy==1.21.4; python_version>='3.10' and platform_system=='Darwin'"
13
]
0 commit comments