Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil A. Kaczmarek authored Apr 13, 2020
1 parent f027343 commit 59514f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version
version = '0.18'
# The full version, including alpha/beta/rc tags
release = '0.18.3'
release = '0.18.4'

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

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ def main():
'bots': ['python-telegram-bot'],
'hpo': ['scikit-optimize>=0.5.2', 'scipy'],
'monitoring': ['scikit-optimize>=0.5.2', 'sacred>=0.7.5', 'scikit-learn>=0.21.3',
'scikit-plot>=0.3.7', 'seaborn>=0.8.1', 'aif360>=0.2.1', 'xgboost>=0.82'],
'scikit-plot>=0.3.7', 'seaborn>=0.8.1', 'aif360>=0.2.1', 'xgboost>=0.82',
'graphviz>=0.13.2'],
'versioning': ['boto3', 'numpy'],
'viz': ['altair>=2.3.0', 'hiplot>=0.1.5'],
}
Expand All @@ -23,7 +24,7 @@ def main():

setup(
name='neptune-contrib',
version='0.18.3',
version='0.18.4',
description='Neptune.ai contributions library',
author='neptune.ai',
support='[email protected]',
Expand Down

0 comments on commit 59514f1

Please sign in to comment.