Skip to content

Commit

Permalink
Use numpy >= 2 only in build-system
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Jan 17, 2025
1 parent a98f746 commit 3df77a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "setuptools-scm", "wheel", "numpy>=2,<3"]
requires = ["setuptools", "setuptools-scm", "wheel", "numpy>=2"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -53,7 +53,7 @@ dev = [ # everything needed for development
"pre-commit >= 2.13.0",
"pytest >= 6.2.0",
"ruff >= 0.4.0",
"setuptools >= 56.0.0",
"setuptools >= 72.1.0",
]

doc = [ # RTD uses this when building the documentation
Expand Down

0 comments on commit 3df77a3

Please sign in to comment.