Skip to content

Commit

Permalink
Limit numpy version to <2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkumar authored Jun 24, 2024
1 parent 433cc45 commit 8d9b3d2
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
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja", "numpy", "f90wrap"]
requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja", "numpy<2.0.0", "f90wrap"]

0 comments on commit 8d9b3d2

Please sign in to comment.