Skip to content

Commit 307ae34

Browse files
committed
Remove mentions of numpy 2.0.0rc1
1 parent b30ad09 commit 307ae34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = ["setuptools",
33
"setuptools_scm",
4-
"numpy>=2.0.0rc1"]
4+
"numpy>=2"]
55
build-backend = 'setuptools.build_meta'
66

77
[tool.cibuildwheel.linux]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ deps =
2424
numpy124: numpy==1.24.*
2525
numpy125: numpy==1.25.*
2626
numpy126: numpy==1.26.*
27-
numpy20: numpy==2.0.0rc1
27+
numpy20: numpy==2.0.*
2828
numpydev: numpy>=0.0.dev0
2929
extras =
3030
test

0 commit comments

Comments
 (0)