From 57ace51f64bbb8d85a4c61423fc44e60263b8254 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Thu, 23 Feb 2023 11:01:20 +0000 Subject: [PATCH] Bump Python requirement opencv-python to 4.7.0.72 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5cf726d5..5c8406b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ imageio==2.25.0 mlflow==2.0.1 networkx==3.0 numpy==1.23.5 -opencv-python==4.7.0.68 +opencv-python==4.7.0.72 PyYAML==6.0 scipy==1.10.0 tensorboard==2.11.2 -- GitLab