From 611d27ecedc3b6d7d6fe3eaf36fb43e5eeeba07e Mon Sep 17 00:00:00 2001 From: Karol Gotkowski Date: Fri, 2 Jun 2023 11:05:51 +0200 Subject: [PATCH] Added dependencies --- mzarr/__init__.py | 2 +- setup.cfg | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/mzarr/__init__.py b/mzarr/__init__.py index 37c998a..dace05b 100644 --- a/mzarr/__init__.py +++ b/mzarr/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.4" +__version__ = "0.0.5" import numcodecs from imagecodecs.numcodecs import JpegXl diff --git a/setup.cfg b/setup.cfg index 309f7f8..3737e7c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,13 @@ classifiers = packages = find: install_requires = numpy + scikit-image>=0.19 + natsort + numcodecs + imagecodecs==2023.1.23 + zarr + tifffile + python_requires = >=3.8 include_package_data = True ; package_dir =