Skip to content

Commit e34ad21

Browse files
committed
pin tifffile
1 parent b40c0e5 commit e34ad21

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

dev/env-py38.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

dev/env-tf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

dev/env-wo-python.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

dev/env.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

setup.py

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

0 commit comments

Comments
 (0)