Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Update spacy requirement from <3.1,>=2.1.0 to >=2.1.0,<3.2 #5305

Merged
merged 6 commits into from
Jul 26, 2021
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"jsonnet>=0.10.0 ; sys.platform != 'win32'",
"overrides==3.1.0",
"nltk",
"spacy>=2.1.0,<3.1",
"spacy>=2.1.0,<3.2",
"numpy",
"tensorboardX>=1.2",
"boto3>=1.14,<2.0",
Expand Down