ports/misc/py-fastscapelib/files/patch-pyproject.toml
Yuri Victorovich 59a4b7dc1d misc/{,py-}fastscapelib: update 0.1.3-53 → 0.2.0
Reported by:	portscout
2023-10-10 13:08:58 -07:00

11 lines
343 B
TOML

--- pyproject.toml.orig 2023-10-10 18:00:46 UTC
+++ pyproject.toml
@@ -4,7 +4,7 @@ requires = [
"pybind11",
# TODO: replace by "numpy>=1.25.0,<2" when dropping py3.8 support.
# https://github.com/scipy/oldest-supported-numpy/issues/76
- "oldest-supported-numpy",
+ "numpy",
]
build-backend = "scikit_build_core.build"