Skip to content

Commit

Permalink
Increase spacy maximum version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson authored Oct 9, 2021
1 parent baa378a commit f6b39d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'numpy<1.21.0,>=1.19.0',
'pandas~=1.0',
'gensim~=3.8',
'spacy<3.1.0,>=3.0.1',
'spacy<3.1.3,>=3.0.1',
'scipy~=1.5',
'transformers~=4.10.0',
'torch~=1.8.1',
Expand Down

0 comments on commit f6b39d7

Please sign in to comment.