Skip to content

Commit

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

0 comments on commit cf48411

Please sign in to comment.