Skip to content

Commit c377e29

Browse files
committed
Move tifffile deps to MONAI install only
1 parent 69c3c62 commit c377e29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
python -m pip install --upgrade pip
5353
python -m pip install setuptools tox tox-gh-actions
54-
python -m pip install tifffile
54+
# python -m pip install tifffile
5555
python -m pip install monai[nibabel,einops,tifffile]
5656
# pip install git+https://github.com/lucasb-eyer/pydensecrf.git@master#egg=pydensecrf
5757

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
# "dask-image>=0.6.0",
3434
"scikit-image>=0.19.2",
3535
"matplotlib>=3.4.1",
36-
"tifffile>=2022.2.9",
36+
# "tifffile>=2022.2.9",
3737
# "imageio-ffmpeg>=0.4.5",
3838
"imagecodecs>=2023.3.16",
3939
"torch>=1.11",

0 commit comments

Comments
 (0)