From 622849ec2ea1c15ae482e28e43264cb5aa1bae31 Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Tue, 27 May 2025 15:19:57 +0200 Subject: [PATCH] Remove upper boundary on imageio in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 824cfe42ab5..de13afe7d54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ graphics = [ "pyvista>=0.32.0", "vtk!=9.4.0", # Animations - "imageio < 2.28.1", + "imageio", "imageio-ffmpeg", ] @@ -56,7 +56,7 @@ plotting = [ "pyvista>=0.32.0", "vtk", # Animations - "imageio < 2.28.1", + "imageio", "imageio-ffmpeg", ]