Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed May 10, 2024
1 parent fd6f24e commit a19d21f
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,5 +1,10 @@
[build-system]
requires = ["scikit-build-core >=0.9.3", "nanobind >=1.9.2", "numpy"]
requires = [
"scikit-build-core >=0.9.3",
"nanobind >=1.9.2",
"numpy;python_version >= '3.9' and platform_python_implementation == 'PyPy'",
"oldest-supported-numpy;python_version < '3.9' or platform_python_implementation != 'PyPy'",
]
build-backend = "scikit_build_core.build"

[project]
Expand Down

0 comments on commit a19d21f

Please sign in to comment.