Skip to content

Commit

Permalink
pyproject.toml: switching back to numpy<2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Jul 26, 2024
1 parent 76d8ec1 commit 959719e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version = "0.4.33"
dynamic = ["authors", "classifiers", "dependencies", "description", "license", "readme"]

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

0 comments on commit 959719e

Please sign in to comment.