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 b30ad09 commit 307ae34Copy full SHA for 307ae34
pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
requires = ["setuptools",
3
"setuptools_scm",
4
- "numpy>=2.0.0rc1"]
+ "numpy>=2"]
5
build-backend = 'setuptools.build_meta'
6
7
[tool.cibuildwheel.linux]
tox.ini
@@ -24,7 +24,7 @@ deps =
24
numpy124: numpy==1.24.*
25
numpy125: numpy==1.25.*
26
numpy126: numpy==1.26.*
27
- numpy20: numpy==2.0.0rc1
+ numpy20: numpy==2.0.*
28
numpydev: numpy>=0.0.dev0
29
extras =
30
test
0 commit comments