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

Commit

Permalink
Upgrade minimum spacy to 2.1.0 (#3152)
Browse files Browse the repository at this point in the history
* Upgrade minimum spacy to 2.1.0

* Fix in setup.py too.
  • Loading branch information
schmmd authored and DeNeutoy committed Aug 13, 2019
1 parent 1d6e166 commit 3ef43c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ overrides
nltk

# Mainly used for the faster tokenizer.
spacy>=2.0.18,<2.2
spacy>=2.1.0,<2.2

# Used by span prediction models.
numpy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"jsonnet>=0.10.0 ; sys.platform != 'win32'",
'overrides',
'nltk',
'spacy>=2.0.18,<2.2',
'spacy>=2.1.0,<2.2',
'numpy',
'tensorboardX>=1.2',
'boto3',
Expand Down

0 comments on commit 3ef43c9

Please sign in to comment.