diff options
Diffstat (limited to 'textproc/py-spacy/files/patch-setup.cfg')
-rw-r--r-- | textproc/py-spacy/files/patch-setup.cfg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/py-spacy/files/patch-setup.cfg b/textproc/py-spacy/files/patch-setup.cfg new file mode 100644 index 000000000000..4ee91a8c5b0c --- /dev/null +++ b/textproc/py-spacy/files/patch-setup.cfg @@ -0,0 +1,19 @@ +--- setup.cfg.orig 2024-06-04 21:27:44 UTC ++++ setup.cfg +@@ -39,14 +39,14 @@ setup_requires = + 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 |