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.
2 parents 63eed93 + 512209a commit 3276dc6Copy full SHA for 3276dc6
pyproject.toml
@@ -9,7 +9,8 @@ requires = [
9
"numpy==1.19.3; python_version=='3.9' and platform_machine != 'aarch64' and platform_machine != 'arm64'",
10
"numpy==1.21.2; python_version=='3.10' and platform_system!='Darwin'",
11
"numpy==1.21.4; python_version=='3.10' and platform_system=='Darwin'",
12
- "numpy==1.22.2; python_version>='3.11'",
+ "numpy==1.23.5; python_version=='3.11'",
13
+ "numpy>=1.26.4; python_version>='3.12'",
14
"pip",
15
"scikit-build>=0.14.0",
16
"setuptools==59.2.0",
0 commit comments