mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
13 lines
429 B
TOML
13 lines
429 B
TOML
--- pyproject.toml.orig 2024-09-02 09:57:44 UTC
|
|
+++ pyproject.toml
|
|
@@ -6,8 +6,8 @@ requires = [
|
|
"cymem>=2.0.2,<2.1.0",
|
|
"preshed>=3.0.2,<3.1.0",
|
|
"blis>=1.0.0,<1.1.0",
|
|
- "numpy>=2.0.0,<3.0.0; python_version < '3.9'",
|
|
- "numpy>=2.0.0,<3.0.0; python_version >= '3.9'",
|
|
+ "numpy>=0,<3.0.0; python_version < '3.9'",
|
|
+ "numpy>=0,<3.0.0; python_version >= '3.9'",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|