Skip to content

Commit

Permalink
roll back regex version for spacy 2.0.17 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanathan committed Nov 29, 2018
1 parent 26a990d commit 8ae2728
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 @@ -8,5 +8,5 @@ rdflib
six
spacy==2.0.17
pyparsing==2.2.0
regex==2018.01.10
regex==2017.11.09
https://github.com/explosion/spacy-models/releases/download/en_core_web_md-2.0.0/en_core_web_md-2.0.0.tar.gz
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'numpy>=1.15.0',
'rdflib>=4.2.2',
'python-dateutil>=2.6.0',
'regex==2018.01.10',
'regex==2017.11.09',
'six'],
classifiers=[
'Topic :: Text Processing',
Expand Down

0 comments on commit 8ae2728

Please sign in to comment.