Skip to content

v0.14.19

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Apr 11:41

webknossos

Changed

  • Removed special CLI command for cubing Nifti files. Use regular conversion command instead. Further, moved Python dependencies for examples and dev dependcies into optional groups which are not installed by default. Install with poetry install --with dev --with examples. #1024

cluster_tools

Changed

  • Moved the dependencies for Kubernetes and Dask support into optional extras that need to be installed separately. Either with poetry install --all-extras or pip install -e "all". #1024