mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
11 lines
246 B
TOML
11 lines
246 B
TOML
--- pyproject.toml.orig 2024-07-25 17:54:37 UTC
|
|
+++ pyproject.toml
|
|
@@ -2,7 +2,7 @@ requires = [
|
|
requires = [
|
|
"setuptools",
|
|
"cython>=0.25",
|
|
- "numpy>=2.0.0,<3.0.0"
|
|
+ "numpy>=0,<3.0.0"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|