Metadata-Version: 2.4
Name: zmb-fractal-tasks
Version: 0.4.0
Summary: A collection of fractal tasks used for varying ZMB projects.
Author-email: Flurin Sturzenegger <st.flurin@gmail.com>
License: BSD-3-Clause
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: anndata
Requires-Dist: basicpy>=2.0
Requires-Dist: cellpose<4.0.0,>=3.0.0
Requires-Dist: dask
Requires-Dist: fractal-task-tools
Requires-Dist: ngio<0.5.0,>=0.4.0
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pydantic
Requires-Dist: scikit-image
Requires-Dist: scipy
Requires-Dist: smo
Requires-Dist: zarr
Provides-Extra: dev
Requires-Dist: devtools; extra == 'dev'
Requires-Dist: hatch; extra == 'dev'
Requires-Dist: ipykernel; extra == 'dev'
Requires-Dist: jsonschema; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: requests; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

[![CI (build and test)](https://github.com/ZMB-UZH/zmb-fractal-tasks/actions/workflows/build_and_test.yml/badge.svg)](https://github.com/ZMB-UZH/zmb-fractal-tasks/actions/workflows/build_and_test.yml)
[![codecov](https://codecov.io/gh/ZMB-UZH/zmb-fractal-tasks/graph/badge.svg?token=785F0P1YO2)](https://codecov.io/gh/ZMB-UZH/zmb-fractal-tasks)

# zmb-fractal-tasks

A collection of fractal tasks used for varying ZMB projects.

## Development instructions

Specific instructions on how to install your package, managing your environment, versioning and more can be found in the [DEVELOPERS_GUIDE](https://github.com/fractal-analytics-platform/fractal-tasks-template/blob/main/DEVELOPERS_GUIDE.md).


### Update manifest:
`fractal-manifest create --package zmb-fractal-tasks`