Skip to content

Commit

Permalink
Update dependency imageio to ~=2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 3, 2021
1 parent c404284 commit 8a797ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def run(self):
readme = readme_file.read()

format_libs: Dict[str, List[str]] = {
"base-imageio": ["imageio[ffmpeg]~=2.9.0", "Pillow~=8.2.0,!=8.3.0"],
"base-imageio": ["imageio[ffmpeg]~=2.10.1", "Pillow~=8.2.0,!=8.3.0"],
"lif": ["readlif~=0.6.1"],
"czi": ["aicspylibczi~=3.0.2"],
}
Expand Down

0 comments on commit 8a797ca

Please sign in to comment.