ports/devel/py-thinc8/files/patch-pyproject.toml
Po-Chuan Hsieh c22767b8f6
devel/py-thinc8: Update to 8.3.3
- Add GitHub to MASTER_SITES

Changes:	https://github.com/explosion/thinc/releases
2024-12-31 23:49:24 +08:00

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"