We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7285bf commit 1f1fea3Copy full SHA for 1f1fea3
3 files changed
setup.py
@@ -6,9 +6,9 @@
6
7
setup(
8
name="text_preprocessing",
9
- version="1.0rc4",
+ version="1.0rc5",
10
author="The ARTFL Project",
11
author_email="clovisgladstone@gmail.com",
12
packages=["text_preprocessing", "text_preprocessing.lang"],
13
- install_requires=["unidecode", "PyStemmer", "spacy>=3.4", "orjson", "mmh3", "requests", "lz4"],
+ install_requires=["unidecode", "PyStemmer", "spacy>=3.6", "orjson", "requests", "lz4"],
14
)
0 commit comments