Skip to content

Commit

Permalink
pin tifffile
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Nov 18, 2024
1 parent b40c0e5 commit e34ad21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/env-py38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies:
- rich
- ruff
- ruyaml
- tifffile>=2020.7.4
- torchvision
- tqdm
- typing-extensions
Expand Down
1 change: 1 addition & 0 deletions dev/env-tf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies:
- rich
# - ruff # removed
- ruyaml
- tifffile>=2020.7.4
- tensorflow>=2.15 # added
# - torchvision # removed
- tqdm
Expand Down
1 change: 1 addition & 0 deletions dev/env-wo-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies:
- rich
- ruff
- ruyaml
- tifffile>=2020.7.4
- torchvision
- tqdm
- typing-extensions
Expand Down
1 change: 1 addition & 0 deletions dev/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies:
- rich
- ruff
- ruyaml
- tifffile>=2020.7.4
- torchvision
- tqdm
- typing-extensions
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"pydantic",
"requests",
"ruyaml",
"tifffile >=2020.7.4", # TODO: remove (is in spec)
"tqdm",
"typing-extensions",
"xarray",
Expand Down

0 comments on commit e34ad21

Please sign in to comment.