Skip to content

Commit

Permalink
fix: update matplotlib for inference-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
akevinge committed Nov 13, 2024
1 parent 04f6add commit d4fbd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4fbd53

Please sign in to comment.