Skip to content

Commit

Permalink
Bump cluster-tools from 1.29 to 1.33 (#110)
Browse files Browse the repository at this point in the history
Bumps [cluster-tools](https://github.com/scalableminds/cluster_tools) from 1.29 to 1.33.
- [Release notes](https://github.com/scalableminds/cluster_tools/releases)
- [Commits](scalableminds/cluster_tools@v1.29...v1.33)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and philippotto committed Aug 2, 2019
1 parent 62a8fd5 commit cb04b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pytest
wkw==0.0.6
requests
black
cluster_tools==1.29
cluster_tools==1.33
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
packages=find_packages(exclude=("tests",)),
use_scm_version=True,
setup_requires=['setuptools_scm'],
install_requires=["scipy", "numpy", "pillow", "pyyaml", "wkw", "cluster_tools==1.29"],
install_requires=["scipy", "numpy", "pillow", "pyyaml", "wkw", "cluster_tools==1.33"],
description="A cubing tool for webKnossos",
author="Norman Rzepka",
author_email="norman.rzepka@scalableminds.com",
Expand Down

0 comments on commit cb04b82

Please sign in to comment.