Skip to content

Commit

Permalink
add cluster tools to setup.py and bump version to 0.2.9 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippotto committed May 9, 2019
1 parent 8aec644 commit c148350
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.18
cluster_tools>=1.18
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
setup(
name="wkcuber",
packages=find_packages(exclude=("tests",)),
version="0.2.8",
install_requires=["scipy", "numpy", "pillow", "pyyaml", "wkw"],
version="0.2.9",
install_requires=["scipy", "numpy", "pillow", "pyyaml", "wkw", "cluster_tools>=1.18"],
description="A cubing tool for webKnossos",
author="Norman Rzepka",
author_email="norman.rzepka@scalableminds.com",
Expand Down

0 comments on commit c148350

Please sign in to comment.