summaryrefslogtreecommitdiff
path: root/devel/py-thinc/files/patch-pyproject.toml
blob: c542d52b4d61975334b537abb000c91a474a179f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- pyproject.toml.orig	2024-09-12 19:54:11 UTC
+++ pyproject.toml
@@ -5,9 +5,9 @@ requires = [
     "murmurhash>=1.0.2,<1.1.0",
     "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'",
+    "blis>=1.0.0,<1.4.0",
+    "numpy>=0,<3.0.0; python_version < '3.9'",
+    "numpy>=0,<3.0.0; python_version >= '3.9'",
 ]
 build-backend = "setuptools.build_meta"