summaryrefslogtreecommitdiff
path: root/textproc/py-spacy/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-spacy/files/patch-pyproject.toml')
-rw-r--r--textproc/py-spacy/files/patch-pyproject.toml16
1 files changed, 9 insertions, 7 deletions
diff --git a/textproc/py-spacy/files/patch-pyproject.toml b/textproc/py-spacy/files/patch-pyproject.toml
index 21e39f677180..fd3bb9e915e6 100644
--- a/textproc/py-spacy/files/patch-pyproject.toml
+++ b/textproc/py-spacy/files/patch-pyproject.toml
@@ -1,11 +1,13 @@
---- pyproject.toml.orig 2024-06-04 21:26:36 UTC
+--- pyproject.toml.orig 2024-09-11 19:33:13 UTC
+++ pyproject.toml
-@@ -5,7 +5,7 @@ requires = [
- "cymem>=2.0.2,<2.1.0",
+@@ -6,8 +6,8 @@ requires = [
"preshed>=3.0.2,<3.1.0",
"murmurhash>=0.28.0,<1.1.0",
-- "thinc>=8.2.2,<8.3.0",
-+ "thinc>=8.2.2,<=8.3.0",
- "numpy>=1.15.0; python_version < '3.9'",
- "numpy>=1.25.0; python_version >= '3.9'",
+ "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'",
]
+ build-backend = "setuptools.build_meta"
+