summaryrefslogtreecommitdiff
path: root/textproc/py-spacy/files/patch-setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--textproc/py-spacy/files/patch-setup.cfg14
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/py-spacy/files/patch-setup.cfg b/textproc/py-spacy/files/patch-setup.cfg
index 9e580cad5514..ff432beca828 100644
--- a/textproc/py-spacy/files/patch-setup.cfg
+++ b/textproc/py-spacy/files/patch-setup.cfg
@@ -1,12 +1,12 @@
---- setup.cfg.orig 2024-09-11 19:34:12 UTC
+--- setup.cfg.orig 2025-11-17 18:01:00 UTC
+++ setup.cfg
-@@ -34,8 +34,8 @@ setup_requires =
- python_requires = >=3.7
+@@ -33,8 +33,8 @@ setup_requires =
+ python_requires = >=3.9,<3.15
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"
+ cython>=3.0,<4.0
+- numpy>=2.0.0,<3.0.0; python_version < "3.9"
+- numpy>=2.0.0,<3.0.0; python_version >= "3.9"
++ numpy>=1.19.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