Skip to content

Commit

Permalink
pin regex to spacy version
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanathan committed Nov 6, 2018
1 parent 458dabb commit baeb7f2
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.16
pyparsing==2.2.0
regex==2018.11.3
regex==2018.01.10
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.11.3',
'regex==2018.01.10',
'six'],
classifiers=[
'Topic :: Text Processing',
Expand Down

0 comments on commit baeb7f2

Please sign in to comment.