Skip to content

Commit

Permalink
Fix for python 3.8 and numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkumar committed Jun 27, 2024
1 parent d824abb commit 6ac3fa8
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 6ac3fa8

Please sign in to comment.