ports/science/py-spglib/files/patch-pyproject.toml
Yuri Victorovich ed130bccc5 science/{,py-}spglib: update 2.4.0 → 2.5.0
Reported by:	portscout
2024-07-12 02:01:04 -07:00

11 lines
371 B
TOML

--- pyproject.toml.orig 2024-07-12 07:15:17 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@
[build-system]
# Numpy build and runtime dependencies are linked to ABI compatibility
# A new wheel rebuild is needed when changing these
-requires = ["scikit-build-core", "numpy~=2.0"]
+requires = ["scikit-build-core", "numpy"]
build-backend = "scikit_build_core.build"
[project]