aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-thinc8/files/patch-pyproject.toml
blob: d789f2e93d662c7543d9dcbba8f2f62b75dcda36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2025-11-17 16:52:01 UTC
+++ pyproject.toml
@@ -6,7 +6,7 @@ requires = [
     "cymem>=2.0.2,<2.1.0",
     "preshed>=3.0.2,<3.1.0",
     "blis>=1.3.0,<1.4.0",
-    "numpy>=2.0.0,<3.0.0",
+    "numpy>=1.19.0,<3.0.0",
 ]
 build-backend = "setuptools.build_meta"