From 2e4de41f1e496f92af2f266520d38839c9b7ee4b Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Mon, 6 Feb 2023 11:04:18 +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 5cf726d5..9860e693 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ fontTools==4.38.0 imageio==2.25.0 mlflow==2.0.1 networkx==3.0 -numpy==1.23.5 +numpy==1.24.2 opencv-python==4.7.0.68 PyYAML==6.0 scipy==1.10.0 -- GitLab