mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
11 lines
380 B
TOML
11 lines
380 B
TOML
--- pyproject.toml.orig 2024-06-27 18:24:19 UTC
|
|
+++ pyproject.toml
|
|
@@ -7,7 +7,7 @@ requires = [
|
|
"cython>=0.29.20,<3.0.0; python_version<='3.9'",
|
|
# See https://numpy.org/doc/stable/user/depending_on_numpy.html for
|
|
# the recommended way to build against numpy's C API:
|
|
- "numpy>=2.0.0",
|
|
+ "numpy",
|
|
"scipy>=1.9",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|