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 @@ -33,6 +33,7 @@ dependencies:
3333 - rich
3434 - ruff
3535 - ruyaml
36+ - tifffile>=2020.7.4
3637 - torchvision
3738 - tqdm
3839 - typing-extensions
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ dependencies:
3333 - rich
3434 # - ruff # removed
3535 - ruyaml
36+ - tifffile>=2020.7.4
3637 - tensorflow>=2.15 # added
3738 # - torchvision # removed
3839 - tqdm
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ dependencies:
3434 - rich
3535 - ruff
3636 - ruyaml
37+ - tifffile>=2020.7.4
3738 - torchvision
3839 - tqdm
3940 - typing-extensions
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ dependencies:
3333 - rich
3434 - ruff
3535 - ruyaml
36+ - tifffile>=2020.7.4
3637 - torchvision
3738 - tqdm
3839 - typing-extensions
Original file line number Diff line number Diff line change 3939 "pydantic" ,
4040 "requests" ,
4141 "ruyaml" ,
42+ "tifffile >=2020.7.4" , # TODO: remove (is in spec)
4243 "tqdm" ,
4344 "typing-extensions" ,
4445 "xarray" ,
You can’t perform that action at this time.
0 commit comments