From 5dae52fa248a1859e6183a2898b16b9c7acb653b Mon Sep 17 00:00:00 2001 From: Teklia Bot <bot@teklia.com> Date: Mon, 20 Jan 2025 11:03:38 +0000 Subject: [PATCH] Bump Python requirement imageio to 2.37.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70b5a591..4ffd0b26 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.1", + "imageio==2.37.0", "imagesize==1.4.1", "lxml==5.2.1", "matplotlib==3.8.3", -- GitLab