We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c148350 commit ecabbacCopy full SHA for ecabbac
setup.py
@@ -3,8 +3,8 @@
3
setup(
4
name="wkcuber",
5
packages=find_packages(exclude=("tests",)),
6
- version="0.2.9",
7
- install_requires=["scipy", "numpy", "pillow", "pyyaml", "wkw", "cluster_tools>=1.18"],
+ version="0.2.10",
+ install_requires=["scipy", "numpy", "pillow", "pyyaml", "wkw", "cluster_tools>=1.19"],
8
description="A cubing tool for webKnossos",
9
author="Norman Rzepka",
10
author_email="[email protected]",
0 commit comments