From f36bfc848c71f4fd9b02d003657eb630237b8c03 Mon Sep 17 00:00:00 2001 From: Jakub Date: Thu, 18 Jul 2019 11:02:39 +0200 Subject: [PATCH] Fix/requirements (#43) * added seaborn to reqs --- docs/conf.py | 2 +- requirements.txt | 1 + setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 88f36c9..dfbfd88 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/requirements.txt b/requirements.txt index a5a4c8e..e36ac96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index e86d175..781bffa 100644 --- a/setup.py +++ b/setup.py @@ -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='contact@neptune.ml',