Skip to content

Commit

Permalink
Merge pull request #160 from hjacobs/remove-aws-dependency
Browse files Browse the repository at this point in the history
GH-158: remove unneeded AWS and Jinja2 dependencies
  • Loading branch information
Alan Akbik authored Oct 18, 2018
2 parents 668d0df + 20b3cee commit b8dfc15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
license='MIT',
install_requires=[
'torch==0.4.1',
'awscli==1.14.32',
'gensim==3.4.0',
'typing==3.6.4',
'tqdm==4.23.4',
'segtok==1.5.6',
'matplotlib==3.0.0',
'mpld3==0.3',
'jinja2==2.10',
'sklearn',
'sqlitedict==1.6.0',
],
Expand Down

0 comments on commit b8dfc15

Please sign in to comment.