Skip to content

Commit 3793a8b

Browse files
committed
require spacy 3.7 only
1 parent 31388d8 commit 3793a8b

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.7", "orjson", "requests", "lz4", "regex"],
12+
install_requires=["unidecode", "PyStemmer", "spacy>=3.7,<3.8", "orjson", "requests", "lz4", "regex"],
1313
)

0 commit comments

Comments
 (0)