File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 3232 install_requires = [
3333 "bioimageio.spec ==0.5.3.6" ,
3434 "h5py" ,
35+ "imagecodecs" ,
3536 "imageio>=2.10" ,
3637 "loguru" ,
3738 "numpy" ,
You can’t perform that action at this time.
0 commit comments