Skip to content

Commit

Permalink
Updates build-requires
Browse files Browse the repository at this point in the history
  • Loading branch information
phschiele authored Jun 17, 2024
1 parent 0e09150 commit a0cb1d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[build-system]
requires = ["wheel", "setuptools", "oldest-supported-numpy"]
requires = [
"numpy >= 2.0.0; python_version > '3.8'",
"oldest-supported-numpy; python_version <= '3.8'",
"wheel",
"setuptools"
]

0 comments on commit a0cb1d0

Please sign in to comment.