Skip to content

Commit

Permalink
update spacy and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanathan committed Sep 9, 2019
1 parent 0e9c39d commit 4ca3175
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion epitator/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.4'
__version__ = '1.3.5'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python-dateutil
dateparser==0.7.1
rdflib
six
spacy==2.1.6
spacy==2.1.8
pyparsing==2.2.0
regex==2018.01.10
https://github.com/explosion/spacy-models/releases/download/en_core_web_md-2.1.0/en_core_web_md-2.1.0.tar.gz
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'dateparser==0.7.1',
'geopy>=1.11.0',
'unicodecsv>=0.14.1',
'spacy==2.1.6',
'spacy==2.1.8',
'pyparsing==2.2.0',
'numpy>=1.16.1',
'rdflib>=4.2.2',
Expand Down

0 comments on commit 4ca3175

Please sign in to comment.