diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index a23b94d4..befe95f3 100644 --- a/.devcontainer/requirements.txt +++ b/.devcontainer/requirements.txt @@ -5,7 +5,7 @@ imageio==2.35.0 keras==3.13.2 nltk==3.9.4 pandas==2.2.2 -pillow==12.1.1 +pillow==12.2.0 pygame==2.6.0 scikit-image==0.24.0 seaborn==0.13.2 diff --git a/binder/requirements.txt b/binder/requirements.txt index d141fde4..033751d8 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -5,7 +5,7 @@ imageio==2.35.0 keras==3.13.2 nltk==3.9.4 pandas==2.0.3 -pillow==12.1.1 +pillow==12.2.0 pygame==2.6.0 scikit-image==0.21.0 seaborn==0.13.2 diff --git a/lessons/5-NLP/requirements-pytorch.txt b/lessons/5-NLP/requirements-pytorch.txt index 953c3006..5df54501 100644 --- a/lessons/5-NLP/requirements-pytorch.txt +++ b/lessons/5-NLP/requirements-pytorch.txt @@ -4,7 +4,7 @@ matplotlib nltk==3.9.4 numpy==1.22.0 opencv-python==4.5.1.48 -Pillow==12.1.1 +Pillow==12.2.0 scikit-learn scipy torch==2.8.0 diff --git a/lessons/5-NLP/requirements-tf.txt b/lessons/5-NLP/requirements-tf.txt index 4dbb567e..0dbd4000 100644 --- a/lessons/5-NLP/requirements-tf.txt +++ b/lessons/5-NLP/requirements-tf.txt @@ -4,7 +4,7 @@ matplotlib nltk==3.9.4 numpy==1.22.0 opencv-python==4.5.1.48 -Pillow==12.1.1 +Pillow==12.2.0 scikit-learn scipy TensorFlow diff --git a/requirements.txt b/requirements.txt index a23b94d4..befe95f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ imageio==2.35.0 keras==3.13.2 nltk==3.9.4 pandas==2.2.2 -pillow==12.1.1 +pillow==12.2.0 pygame==2.6.0 scikit-image==0.24.0 seaborn==0.13.2