Skip to content

Commit

Permalink
Merge pull request #2 from akb89/develop
Browse files Browse the repository at this point in the history
Updated spacy dependency
  • Loading branch information
akb89 authored Nov 16, 2018
2 parents a0c9ed6 + 9964992 commit a5c6573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author_email='akb@3azouz.net',
long_description=long_description,
long_description_content_type='text/markdown',
version='0.1.1',
version='0.1.2',
url='https://github.com/akb89/witokit',
download_url='https://pypi.org/project/witokit/#files',
license='MIT',
Expand All @@ -31,7 +31,7 @@
'witokit = witokit.main:main'
],
},
install_requires=['PyYAML==3.13', 'wikiextractor==3.0.3', 'spacy==2.0.12',
install_requires=['PyYAML==3.13', 'wikiextractor==3.0.3', 'spacy==2.0.16',
'en_core_web_sm==2.0.0', 'natsort==5.4.1',
'beautifulsoup4==4.6.3'],
dependency_links=[
Expand Down

0 comments on commit a5c6573

Please sign in to comment.