From cab61fd03072a0458f2e0925f38007f48c606afb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 13:50:26 +0000 Subject: [PATCH] chore(deps): update dependency matplotlib to v3.9.3 --- CVND_Exercises/requirements.txt | 2 +- P1_Facial_Keypoints/requirements.txt | 2 +- P3_Implement_SLAM/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CVND_Exercises/requirements.txt b/CVND_Exercises/requirements.txt index 8db02cd..caaef71 100644 --- a/CVND_Exercises/requirements.txt +++ b/CVND_Exercises/requirements.txt @@ -1,6 +1,6 @@ opencv-python==4.9.0.80 jupyter==1.1.1 -matplotlib==3.9.1.post1 +matplotlib==3.9.3 pandas==2.2.3 numpy==2.1.3 pillow>=6.2.0 diff --git a/P1_Facial_Keypoints/requirements.txt b/P1_Facial_Keypoints/requirements.txt index 8e5e7bc..2cdd14c 100644 --- a/P1_Facial_Keypoints/requirements.txt +++ b/P1_Facial_Keypoints/requirements.txt @@ -1,5 +1,5 @@ opencv-python==4.9.0.80 -matplotlib==3.9.1.post1 +matplotlib==3.9.3 pandas==2.2.3 numpy==2.1.3 pillow>=6.2.0 diff --git a/P3_Implement_SLAM/requirements.txt b/P3_Implement_SLAM/requirements.txt index 91ba081..08560f0 100644 --- a/P3_Implement_SLAM/requirements.txt +++ b/P3_Implement_SLAM/requirements.txt @@ -1,5 +1,5 @@ jupyter==1.1.1 -matplotlib==3.9.1.post1 +matplotlib==3.9.3 pandas==2.2.3 numpy==2.1.3 pillow==11.0.0