Skip to content

Commit 649c5f5

Browse files
committed
Add monai optional reader for tiff to dependencies
1 parent 1925b82 commit 649c5f5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
# "imageio-ffmpeg>=0.4.5",
3838
"imagecodecs>=2023.3.16",
3939
"torch>=1.11",
40-
"monai[nibabel,einops]>=0.9.0",
40+
"monai[nibabel,einops, tifffile]>=0.9.0",
4141
"itk",
4242
"tqdm",
4343
# "nibabel",

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ deps =
3737
magicgui
3838
pytest-qt
3939
qtpy
40-
monai[tifffile]
4140
git+https://github.com/lucasb-eyer/pydensecrf.git@master#egg=pydensecrf
4241
onnx
4342
onnxruntime

0 commit comments

Comments
 (0)