From cb04b82c66d8c155f4bb31511e9083035b0d881c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 14:08:26 +0200 Subject: [PATCH] Bump cluster-tools from 1.29 to 1.33 (#110) 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](https://github.com/scalableminds/cluster_tools/compare/v1.29...v1.33) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 790a762fc..43985d480 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ pytest wkw==0.0.6 requests black -cluster_tools==1.29 +cluster_tools==1.33 diff --git a/setup.py b/setup.py index 87eb0b24e..d3810b2b6 100644 --- a/setup.py +++ b/setup.py @@ -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",