Skip to content

Commit e35735d

Browse files
committed
add imagecodecs dependency
1 parent b09d389 commit e35735d

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

dev/env-py38.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies:
1010
- crick # uncommented
1111
- filelock
1212
- h5py
13+
- imagecodecs
1314
- imageio>=2.5
1415
- jupyter
1516
- jupyter-black

dev/env-tf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies:
1010
# - crick # currently requires python<=3.9
1111
- filelock
1212
- h5py
13+
- imagecodecs
1314
- imageio>=2.5
1415
- jupyter
1516
- jupyter-black

dev/env-wo-python.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies:
1010
# - crick # currently requires python<=3.9
1111
- filelock
1212
- h5py
13+
- imagecodecs
1314
- imageio>=2.5
1415
- jupyter
1516
- jupyter-black

dev/env.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies:
99
# - crick # currently requires python<=3.9
1010
- filelock
1111
- h5py
12+
- imagecodecs
1213
- imageio>=2.5
1314
- jupyter
1415
- jupyter-black

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
install_requires=[
3333
"bioimageio.spec ==0.5.3.6",
3434
"h5py",
35+
"imagecodecs",
3536
"imageio>=2.10",
3637
"loguru",
3738
"numpy",

0 commit comments

Comments
 (0)