Skip to content

Commit 7be6a7e

Browse files
committed
bump imageio to make sure v3 is available
(not sure if 2.10 is really the right pin for this)
1 parent 090d979 commit 7be6a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
packages=find_namespace_packages(exclude=["tests"]),
3131
install_requires=[
3232
"bioimageio.spec ==0.5.3.1",
33-
"imageio>=2.5",
33+
"imageio>=2.10",
3434
"loguru",
3535
"numpy",
3636
"pydantic-settings >=2.3",

0 commit comments

Comments
 (0)