From 59514f13f1f5de9b98f7de2946ff367e0460451c Mon Sep 17 00:00:00 2001 From: "Kamil A. Kaczmarek" Date: Mon, 13 Apr 2020 13:54:17 +0200 Subject: [PATCH] fix dependencies --- docs/conf.py | 2 +- setup.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3a582b3..869242b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/setup.py b/setup.py index cd4008c..9c9ef96 100644 --- a/setup.py +++ b/setup.py @@ -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'], } @@ -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='contact@neptune.ai',