Skip to content

Commit c148350

Browse files
authored
add cluster tools to setup.py and bump version to 0.2.9 (#83)
1 parent 8aec644 commit c148350

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pytest
66
wkw>=0.0.6
77
requests
88
black
9-
cluster_tools==1.18
9+
cluster_tools>=1.18

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
setup(
44
name="wkcuber",
55
packages=find_packages(exclude=("tests",)),
6-
version="0.2.8",
7-
install_requires=["scipy", "numpy", "pillow", "pyyaml", "wkw"],
6+
version="0.2.9",
7+
install_requires=["scipy", "numpy", "pillow", "pyyaml", "wkw", "cluster_tools>=1.18"],
88
description="A cubing tool for webKnossos",
99
author="Norman Rzepka",
1010
author_email="[email protected]",

0 commit comments

Comments
 (0)