Skip to content

Commit 31388d8

Browse files
committed
update dependency for spacy
1 parent ccb33da commit 31388d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
author="The ARTFL Project",
1010
author_email="clovisgladstone@gmail.com",
1111
packages=["text_preprocessing", "text_preprocessing.lang"],
12-
install_requires=["unidecode", "PyStemmer", "spacy>=3.6", "orjson", "requests", "lz4", "regex"],
12+
install_requires=["unidecode", "PyStemmer", "spacy>=3.7", "orjson", "requests", "lz4", "regex"],
1313
)

0 commit comments

Comments
 (0)