From 3c640e6a5231084f98132c1279d4c3acc7853f99 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Tue, 14 Mar 2023 16:03:55 +0000 Subject: [PATCH] Bump Python requirement mlflow to 2.2.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b8e25edf..f46cea61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ boto3==1.26.83 editdistance==0.6.2 fontTools==4.38.0 imageio==2.26.0 -mlflow==2.0.1 +mlflow==2.2.2 networkx==3.0 numpy==1.23.5 opencv-python==4.7.0.72 -- GitLab