mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
11 lines
284 B
TOML
11 lines
284 B
TOML
--- pyproject.toml.orig 2024-12-16 12:18:54 UTC
|
|
+++ pyproject.toml
|
|
@@ -6,7 +6,7 @@ requires = [
|
|
"cymem>=2.0.2,<2.1.0",
|
|
"preshed>=3.0.2,<3.1.0",
|
|
"blis>=1.1.0,<1.2.0",
|
|
- "numpy>=2.0.0,<3.0.0",
|
|
+ "numpy>=1.19.0,<3.0.0",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|