mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
11 lines
343 B
TOML
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"
|
|
|