diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-18 13:57:07 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-18 14:13:19 +0800 |
commit | 5496159a9bcd2166e3871e7c82b0704c3276fbe8 (patch) | |
tree | a3ea3c80f1405cbdd0267032dc699708eccbfd65 /textproc/py-spacy/files | |
parent | sysutils/py-pkginfo: Update to 1.11.1 (diff) |
textproc/py-spacy: Update to 3.8.0
Changes: https://github.com/explosion/spaCy/releases
Diffstat (limited to 'textproc/py-spacy/files')
-rw-r--r-- | textproc/py-spacy/files/patch-pyproject.toml | 16 | ||||
-rw-r--r-- | textproc/py-spacy/files/patch-setup.cfg | 24 |
2 files changed, 18 insertions, 22 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" + 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 |