aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-thinc8/files/patch-setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-thinc8/files/patch-setup.cfg')
-rw-r--r--devel/py-thinc8/files/patch-setup.cfg19
1 files changed, 4 insertions, 15 deletions
diff --git a/devel/py-thinc8/files/patch-setup.cfg b/devel/py-thinc8/files/patch-setup.cfg
index ebd64bbe746a..ee7d40b90c49 100644
--- a/devel/py-thinc8/files/patch-setup.cfg
+++ b/devel/py-thinc8/files/patch-setup.cfg
@@ -1,22 +1,11 @@
---- setup.cfg.orig 2025-04-04 11:10:50 UTC
+--- setup.cfg.orig 2025-11-17 16:52:13 UTC
+++ setup.cfg
-@@ -32,8 +32,8 @@ setup_requires =
- include_package_data = true
- python_requires = >=3.9,<3.14
+@@ -33,7 +33,7 @@ setup_requires =
+ python_requires = >=3.10,<3.15
setup_requires =
-- cython>=3.0,<4.0
+ 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"