From 119826ea872f2f2e1749df27fbd73c8237f703a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 03:30:12 +0000 Subject: [PATCH] chore(deps): update dependency pandas to v2.2.0 --- 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 8cc5d2b..ebea70d 100644 --- a/CVND_Exercises/requirements.txt +++ b/CVND_Exercises/requirements.txt @@ -1,7 +1,7 @@ opencv-python==4.9.0.80 jupyter==1.0.0 matplotlib==3.8.2 -pandas==2.1.3 +pandas==2.2.0 numpy==1.26.3 pillow>=6.2.0 scipy==1.11.4 diff --git a/P1_Facial_Keypoints/requirements.txt b/P1_Facial_Keypoints/requirements.txt index 83c523f..cacf9cf 100644 --- a/P1_Facial_Keypoints/requirements.txt +++ b/P1_Facial_Keypoints/requirements.txt @@ -1,6 +1,6 @@ opencv-python==4.9.0.80 matplotlib==3.8.2 -pandas==2.1.3 +pandas==2.2.0 numpy==1.26.3 pillow>=6.2.0 scipy==1.11.4 diff --git a/P3_Implement_SLAM/requirements.txt b/P3_Implement_SLAM/requirements.txt index 5c35e5d..45f8555 100644 --- a/P3_Implement_SLAM/requirements.txt +++ b/P3_Implement_SLAM/requirements.txt @@ -1,6 +1,6 @@ jupyter==1.0.0 matplotlib==3.8.2 -pandas==2.1.3 +pandas==2.2.0 numpy==1.26.3 pillow==10.2.0 scipy==1.11.4