From 49f41fa88ae7a3bcfe02103164b0bede2bfe7176 Mon Sep 17 00:00:00 2001 From: Teklia Bot <bot@teklia.com> Date: Fri, 27 Sep 2024 17:03:20 +0000 Subject: [PATCH] Bump Python requirement imageio to 2.35.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27a429a5..a11f1792 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "albumentations==1.3.1", "arkindex-export==0.1.12", "flashlight-text==0.0.7", - "imageio==2.26.1", + "imageio==2.35.1", "imagesize==1.4.1", "lxml==5.2.1", "matplotlib==3.8.3", -- GitLab