Skip to content

Commit f5833c8

Browse files
xmatthiasmrjbq7
authored andcommitted
Add build-requires pinning numpy to <2
1 parent 1e826f9 commit f5833c8

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
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools >= 51.0.0", "wheel"]
2+
requires = ["setuptools >= 51.0.0", "wheel", "numpy<2.0.0"]
33
build-backend = "setuptools.build_meta:__legacy__"

0 commit comments

Comments
 (0)