From 5ea18f4f5ba536e20be81cb127dbe129b57c8769 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Mon, 27 Feb 2023 11:01:12 +0000 Subject: [PATCH] Bump Python requirement imageio to 2.26.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5cf726d5..f38d3691 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ arkindex-client==1.0.11 boto3==1.26.57 editdistance==0.6.2 fontTools==4.38.0 -imageio==2.25.0 +imageio==2.26.0 mlflow==2.0.1 networkx==3.0 numpy==1.23.5 -- GitLab