Skip to content

Commit 959719e

Browse files
committed
pyproject.toml: switching back to numpy<2.0.0
1 parent 76d8ec1 commit 959719e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ version = "0.4.33"
44
dynamic = ["authors", "classifiers", "dependencies", "description", "license", "readme"]
55

66
[build-system]
7-
requires = ["setuptools >= 51.0.0", "wheel", "oldest-supported-numpy"]
7+
requires = ["setuptools >= 51.0.0", "wheel", "numpy<2.0.0"]
88
build-backend = "setuptools.build_meta:__legacy__"

0 commit comments

Comments
 (0)