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