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 512034a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[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'",
"setuptools", # needed for aksetup
]
build-backend = "scikit_build_core.build"

[project]
Expand Down

0 comments on commit 512034a

Please sign in to comment.