From 7cab85097d54dd887b1e9a18a9231b228db8d98c Mon Sep 17 00:00:00 2001 From: Szymon Kuklewicz Date: Fri, 17 Apr 2020 09:04:22 +0200 Subject: [PATCH] Added requirement of minimal version of neptune-client to 0.4.110 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b498be..b4bbd5d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def main(): all_deps += extras[group_name] extras['all'] = all_deps - base_libs = ['attrdict>=2.0.0', 'neptune-client', 'joblib>=0.13', 'pandas', 'matplotlib', 'Pillow>=6.2.0'] + base_libs = ['attrdict>=2.0.0', 'neptune-client>=0.4.110', 'joblib>=0.13', 'pandas', 'matplotlib', 'Pillow>=6.2.0'] setup( name='neptune-contrib',