Skip to content

Commit

Permalink
Added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol-G committed Jun 2, 2023
1 parent c087848 commit 611d27e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mzarr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.4"
__version__ = "0.0.5"

import numcodecs
from imagecodecs.numcodecs import JpegXl
Expand Down
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 611d27e

Please sign in to comment.