summaryrefslogtreecommitdiff
path: root/textproc/py-spacy/files/patch-setup.cfg
blob: 9e580cad5514a4b186cefdf92b7f574c96587713 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- setup.cfg.orig	2024-09-11 19:34:12 UTC
+++ setup.cfg
@@ -34,8 +34,8 @@ setup_requires = 
 python_requires = >=3.7
 setup_requires = 
 	cython>=0.25,<3.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"
 	cymem>=2.0.2,<2.1.0
 	preshed>=3.0.2,<3.1.0
 	murmurhash>=0.28.0,<1.1.0