From cff71e3146d3b076c0a761e1e838ec7a4f08e00e Mon Sep 17 00:00:00 2001 From: Teklia Bot <bot@teklia.com> Date: Thu, 28 Nov 2024 11:05:23 +0000 Subject: [PATCH] Bump Python requirement imageio to 2.36.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 569a3647..70b5a591 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.36.0", + "imageio==2.36.1", "imagesize==1.4.1", "lxml==5.2.1", "matplotlib==3.8.3", -- GitLab