Skip to content

Commit

Permalink
add tifffile pin to dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Nov 18, 2024
1 parent a51a35a commit 87973a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
- rich
- ruff
- ruyaml
- tifffile
- tifffile[version='>=2020.7.4']
- tqdm
- typing-extensions
- zipp
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"requests",
"rich",
"ruyaml",
"tifffile >=2020.7.4",
"tifffile>=2020.7.4",
"tqdm",
"typing-extensions",
"zipp",
Expand Down

0 comments on commit 87973a4

Please sign in to comment.