Skip to content

Commit

Permalink
Added requirement of minimal version of neptune-client to 0.4.110
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Kuklewicz committed Apr 17, 2020
1 parent 07c6ee6 commit 7cab850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7cab850

Please sign in to comment.