Skip to content

Commit 0dc0ebe

Browse files
committed
Update numpy version pins to support numpy v2
Runtime pin is updated to oldest numpy that supports python 3.8.
1 parent 1eefce8 commit 0dc0ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=64", "wheel", "setuptools_scm>=8", "cython"]
2+
requires = ["setuptools>=64", "wheel", "setuptools_scm>=8", "cython", "numpy>=2.0,<3"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
@@ -34,7 +34,7 @@ classifiers = [
3434
requires-python = ">=3.8"
3535
dependencies = [
3636
"importlib_metadata",
37-
"numpy>=1.15",
37+
"numpy>=1.17.3",
3838
]
3939
dynamic = ["version"]
4040

0 commit comments

Comments
 (0)