Skip to content

Commit

Permalink
Bump cluster-tools from 1.34 to 1.36 (#114)
Browse files Browse the repository at this point in the history
* Bump cluster-tools from 1.34 to 1.36

Bumps [cluster-tools](https://github.com/scalableminds/cluster_tools) from 1.34 to 1.36.
- [Release notes](https://github.com/scalableminds/cluster_tools/releases)
- [Commits](scalableminds/cluster_tools@v1.34...v1.36)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and bulldozer-boy[bot] committed Aug 8, 2019
1 parent 51edfef commit 5c1cd95
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.34
cluster_tools==1.36
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.34"],
install_requires=["scipy", "numpy", "pillow", "pyyaml", "wkw", "cluster_tools==1.36"],
description="A cubing tool for webKnossos",
author="Norman Rzepka",
author_email="[email protected]",
Expand Down

0 comments on commit 5c1cd95

Please sign in to comment.