We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb33da commit 31388d8Copy full SHA for 31388d8
setup.py
@@ -9,5 +9,5 @@
9
author="The ARTFL Project",
10
author_email="clovisgladstone@gmail.com",
11
packages=["text_preprocessing", "text_preprocessing.lang"],
12
- install_requires=["unidecode", "PyStemmer", "spacy>=3.6", "orjson", "requests", "lz4", "regex"],
+ install_requires=["unidecode", "PyStemmer", "spacy>=3.7", "orjson", "requests", "lz4", "regex"],
13
)
0 commit comments