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',