Skip to content

Commit cf48411

Browse files
committed
remove tifffile dep (now in spec)
1 parent 07cc873 commit cf48411

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

dev/env-py38.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ dependencies:
3333
- rich
3434
- ruff
3535
- ruyaml
36-
- tifffile>=2020.7.4
3736
- torchvision
3837
- tqdm
3938
- typing-extensions

dev/env-tf.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ dependencies:
3333
- rich
3434
# - ruff # removed
3535
- ruyaml
36-
- tifffile>=2020.7.4
3736
- tensorflow>=2.15 # added
3837
# - torchvision # removed
3938
- tqdm

dev/env-wo-python.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ dependencies:
3434
- rich
3535
- ruff
3636
- ruyaml
37-
- tifffile>=2020.7.4
3837
- torchvision
3938
- tqdm
4039
- typing-extensions

dev/env.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ dependencies:
3333
- rich
3434
- ruff
3535
- ruyaml
36-
- tifffile>=2020.7.4
3736
- torchvision
3837
- tqdm
3938
- typing-extensions

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"pydantic",
4040
"requests",
4141
"ruyaml",
42-
"tifffile >=2020.7.4", # TODO: remove (is in spec)
4342
"tqdm",
4443
"typing-extensions",
4544
"xarray",

0 commit comments

Comments
 (0)