From 35aa52bfa0fbd80bb1b32955a05eba43a54c1804 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Wed, 15 Mar 2023 11:01:21 +0000 Subject: [PATCH] Bump Python requirement numpy to 1.24.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0d6af6aa..26a706b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ fontTools==4.38.0 imageio==2.26.0 mlflow==2.2.2 networkx==3.0 -numpy==1.23.5 +numpy==1.24.2 opencv-python==4.7.0.72 PyYAML==6.0 scipy==1.10.1 -- GitLab