Skip to content

Commit

Permalink
Explicitly specify optional dependencies (dmlc#23)
Browse files Browse the repository at this point in the history
Can be installed via `pip install gluonnlp[extras]`
  • Loading branch information
leezu authored Apr 23, 2018
1 parent 04319f6 commit 55f4bd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,11 @@ def find_version(*file_paths):
zip_safe=True,
include_package_data=True,
install_requires=requirements,
extras_require={
'extras': [
'spacy',
'nltk',
'scipy',
],
},
)

0 comments on commit 55f4bd0

Please sign in to comment.