Skip to content

Commit

Permalink
Update spaCy requirements.txt
Browse files Browse the repository at this point in the history
To fix neuralcoref compatability problems (see huggingface/neuralcoref#197)
  • Loading branch information
ColdTeapot273K authored Mar 28, 2020
1 parent 00b6435 commit 77f2127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
numpy==1.16.3
torch==1.0.1
spacy
spacy==2.1.0
transformers==2.2.2
Cython==0.29.10
tqdm==4.32.2
neuralcoref==4.0
argparse
scikit-learn
pytest
pytest

0 comments on commit 77f2127

Please sign in to comment.