From d4fbd53ee5ee4a1392b9008e8e4316bd6328391f Mon Sep 17 00:00:00 2001 From: Kevin Ge Date: Wed, 13 Nov 2024 17:35:54 -0600 Subject: [PATCH] fix: update matplotlib for inference-sdk --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 04b96e33..e493e253 100755 --- a/Dockerfile +++ b/Dockerfile @@ -143,7 +143,7 @@ RUN pip3 install \ # Used for the road signs classifier API call to the model. inference-sdk==0.26.0 \ # - matplotlib==3.5.1 \ + matplotlib==3.6.0 \ # (possibly needs to be version 2.2) networkx==3.3 \ # Scientific Computing - used widely