ports/cad/py-gdstk/files/patch-pyproject.toml
Yuri Victorovich d5d96a833b cad/{,py-}gdstk: update 0.9.53 → 0.9.55
Reported by:	portscout
2024-09-01 10:40:19 -07:00

11 lines
233 B
TOML

--- pyproject.toml.orig 2024-08-31 19:01:18 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
[build-system]
requires = [
"scikit_build_core",
- "numpy >= 2.0"
+ "numpy"
]
build-backend = "scikit_build_core.build"