We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352caf1 commit 2fed725Copy full SHA for 2fed725
pyproject.toml
@@ -8,6 +8,7 @@ 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'",
12
- "numpy==1.21.4; python_version>='3.10' and platform_system=='Darwin'"
+ "numpy==1.21.2; python_version=='3.10' and platform_system!='Darwin'",
+ "numpy==1.21.4; python_version=='3.10' and platform_system=='Darwin'",
13
+ "numpy==1.22.0; python_version>='3.11'
14
]
0 commit comments