Skip to content

Commit 16f43e4

Browse files
authored
fix(dependencies): Remove upper limit on imageio in pyproject.toml (#2310)
1 parent cf7e292 commit 16f43e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ graphics = [
4545
"pyvista>=0.32.0",
4646
"vtk!=9.4.0",
4747
# Animations
48-
"imageio < 2.28.1",
48+
"imageio",
4949
"imageio-ffmpeg",
5050
]
5151

@@ -56,7 +56,7 @@ plotting = [
5656
"pyvista>=0.32.0",
5757
"vtk",
5858
# Animations
59-
"imageio < 2.28.1",
59+
"imageio",
6060
"imageio-ffmpeg",
6161
]
6262

0 commit comments

Comments
 (0)