Skip to content

Commit

Permalink
update to spacy rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bird committed Jan 25, 2021
1 parent 58c57d7 commit c7c1ef4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions requirements/python-extras-spacy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
# Extra dependancies for spacy detector
# wheel is needed for spacy to do its funky model management, not sure why its not a dep of spacy directly
wheel
thinc==8.0.0rc2; python_version>='3.6' or python_version<'3.9'
spacy-nightly[transformers]==3.0.0rc2; python_version>='3.6' or python_version<'3.9'

thinc>=8.0.0rc3,<8.1.0; python_version>='3.6' or python_version<'3.9'
spacy-nightly[transformers]==3.0.0rc3; python_version>='3.6' or python_version<'3.9'

# thinc==8.0.0rc2; python_version>='3.6' or python_version<'3.9'
# spacy-nightly[transformers]==3.0.0rc2; python_version>='3.6' or python_version<'3.9'

# spacy-nightly[transformers]>=3.0.0rc1; python_version >= '3.6'
# spacy-transformers>=1.0.0rc0

0 comments on commit c7c1ef4

Please sign in to comment.