Skip to content

Commit

Permalink
python version specific numpy dependency added
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkumar committed Jun 26, 2024
1 parent d76f423 commit 3194520
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
[build-system]
requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja", "numpy>=2.0.0", "f90wrap"]
requires = [
"setuptools",
"wheel",
"scikit-build",
"cmake",
"ninja",
"numpy>=2.0.0; python_version > 3.8",
"numpy<2.0.0; python_version <= 3.8",
"f90wrap"
]

0 comments on commit 3194520

Please sign in to comment.