summaryrefslogtreecommitdiff
path: root/textproc/py-spacy/files
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--textproc/py-spacy/files/patch-pyproject.toml12
-rw-r--r--textproc/py-spacy/files/patch-setup.cfg14
2 files changed, 12 insertions, 14 deletions
diff --git a/textproc/py-spacy/files/patch-pyproject.toml b/textproc/py-spacy/files/patch-pyproject.toml
index fd3bb9e915e6..68f18d84c740 100644
--- a/textproc/py-spacy/files/patch-pyproject.toml
+++ b/textproc/py-spacy/files/patch-pyproject.toml
@@ -1,13 +1,11 @@
---- pyproject.toml.orig 2024-09-11 19:33:13 UTC
+--- pyproject.toml.orig 2025-11-17 18:00:06 UTC
+++ pyproject.toml
-@@ -6,8 +6,8 @@ requires = [
+@@ -6,7 +6,7 @@ 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'",
+ "thinc>=8.3.4,<8.4.0",
+- "numpy>=2.0.0,<3.0.0"
++ "numpy>=1.19.0,<3.0.0"
]
build-backend = "setuptools.build_meta"
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