Skip to content

Commit

Permalink
Fix/requirements (#43)
Browse files Browse the repository at this point in the history
* added seaborn to reqs
  • Loading branch information
jakubczakon authored Jul 18, 2019
1 parent c81ea08 commit f36bfc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# The short X.Y version
version = '0.9'
# The full version, including alpha/beta/rc tags
release = '0.9.1'
release = '0.9.2'

# -- General configuration ---------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ retrying==1.3.3
hyperopt==0.1.1
python-telegram-bot==11.1.0
scikit-plot==0.3.7
seaborn==0.9.0
vega
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def main():
requirements = [r.strip() for r in f]
setup(
name='neptune-contrib',
version='0.9.1',
version='0.9.2',
description='Neptune Python library contributions',
author='neptune.ml',
author_email='[email protected]',
Expand Down

0 comments on commit f36bfc8

Please sign in to comment.