Skip to content

Commit

Permalink
Merge pull request #432 from hiddenSymmetries/numpytypes
Browse files Browse the repository at this point in the history
Fix for python 3.8 and numpy dependency
  • Loading branch information
mbkumar committed Jul 3, 2024
2 parents a1b43f4 + 6ac3fa8 commit 8d6e86a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[build-system]
requires = [
"scikit-build-core>=0.3.3",
"scikit-build-core",
"pybind11",
"oldest-supported-numpy",
"numpy >= 2.0.0; python_version > '3.8'",
"oldest-supported-numpy; python_version <= '3.8'",
"setuptools_scm>=8.0",
'tomli; python_version < "3.11"',]
build-backend = "scikit_build_core.build"
Expand Down

0 comments on commit 8d6e86a

Please sign in to comment.