Skip to content

Commit

Permalink
GH-139: update setup and requirements for release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aakbik committed Oct 16, 2018
1 parent 807460a commit bfa441b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ matplotlib==3.0.0
mpld3==0.3
jinja2==2.10
sklearn
sqlitedict
sqlitedict==1.6.0
11 changes: 8 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

setup(
name='flair',
version='0.2.0.post1',
version='0.3.0',
description='A very simple framework for state-of-the-art NLP',
long_description=open("README.md",encoding='utf-8').read(),
long_description=open("README.md", encoding='utf-8').read(),
long_description_content_type="text/markdown",
author='Alan Akbik',
author_email='[email protected]',
Expand All @@ -17,7 +17,12 @@
'gensim==3.4.0',
'typing==3.6.4',
'tqdm==4.23.4',
'segtok==1.5.6'
'segtok==1.5.6',
'matplotlib==3.0.0',
'mpld3==0.3',
'jinja2==2.10',
'sklearn',
'sqlitedict==1.6.0',
],
include_package_data=True,
python_requires='>=3.6',
Expand Down

0 comments on commit bfa441b

Please sign in to comment.