8000
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 e33b16b commit 28b8277Copy full SHA for 28b8277
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' and platform_system!='Darwin''",
+ "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