From c62d2b150c524e3d213a060af534555f9030f84c Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Thu, 26 Jan 2023 11:03:33 +0000 Subject: [PATCH] Bump Python requirement networkx to 3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e6948b88..d65987b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ editdistance==0.6.1 fontTools==4.38.0 imageio==2.22.4 mlflow==2.0.1 -networkx==2.8.8 +networkx==3.0 numpy==1.23.5 opencv-python==4.6.0.66 PyYAML==6.0 -- GitLab