diff options
Diffstat (limited to 'textproc/py-spacy/files/patch-setup.cfg')
-rw-r--r-- | textproc/py-spacy/files/patch-setup.cfg | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/textproc/py-spacy/files/patch-setup.cfg b/textproc/py-spacy/files/patch-setup.cfg index 4ee91a8c5b0c..9e580cad5514 100644 --- a/textproc/py-spacy/files/patch-setup.cfg +++ b/textproc/py-spacy/files/patch-setup.cfg @@ -1,19 +1,13 @@ ---- setup.cfg.orig 2024-06-04 21:27:44 UTC +--- setup.cfg.orig 2024-09-11 19:34:12 UTC +++ setup.cfg -@@ -39,14 +39,14 @@ setup_requires = +@@ -34,8 +34,8 @@ setup_requires = + python_requires = >=3.7 + 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" ++ numpy>=1.19.0; python_version >= "3.9" cymem>=2.0.2,<2.1.0 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 - install_requires = - spacy-legacy>=3.0.11,<3.1.0 - spacy-loggers>=1.0.0,<2.0.0 - murmurhash>=0.28.0,<1.1.0 - cymem>=2.0.2,<2.1.0 - preshed>=3.0.2,<3.1.0 -- thinc>=8.2.2,<8.3.0 -+ thinc>=8.2.2,<=8.3.0 - wasabi>=0.9.1,<1.2.0 - srsly>=2.4.3,<3.0.0 - catalogue>=2.0.6,<2.1.0 |