summaryrefslogtreecommitdiff
path: root/textproc/py-spacy/files/patch-pyproject.toml
blob: fd3bb9e915e6244531955a6e55cbce81922bf26e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- pyproject.toml.orig	2024-09-11 19:33:13 UTC
+++ pyproject.toml
@@ -6,8 +6,8 @@ requires = [
     "preshed>=3.0.2,<3.1.0",
     "murmurhash>=0.28.0,<1.1.0",
     "thinc>=8.3.0,<8.4.0",
-    "numpy>=2.0.0,<2.1.0; python_version < '3.9'",
-    "numpy>=2.0.0,<2.1.0; python_version >= '3.9'",
+    "numpy>=1.15.0; python_version < '3.9'",
+    "numpy>=1.19.0; python_version >= '3.9'",
 ]
 build-backend = "setuptools.build_meta"