aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-thinc8/files/patch-setup.cfg
blob: ebd64bbe746acf35f3be1f2b9bbd125753083080 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- setup.cfg.orig	2025-04-04 11:10:50 UTC
+++ setup.cfg
@@ -32,8 +32,8 @@ setup_requires = 
 include_package_data = true
 python_requires = >=3.9,<3.14
 setup_requires = 
-	cython>=3.0,<4.0
-	numpy>=2.0.0,<3.0.0
+	cython>=0,<4.0
+	numpy>=1.19.0,<3.0.0
 	cymem>=2.0.2,<2.1.0
 	preshed>=3.0.2,<3.1.0
 	murmurhash>=1.0.2,<1.1.0
@@ -48,7 +48,7 @@ install_requires = 
 	catalogue>=2.0.4,<2.1.0
 	confection>=0.0.1,<1.0.0
 	setuptools
-	numpy>=2.0.0,<3.0.0
+	numpy>=1.19.0,<3.0.0
 	pydantic>=2.0.0,<3.0.0
 	packaging>=20.0
 	dataclasses>=0.6,<1.0; python_version < "3.7"