diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index bd2693a30..c5fa4bb1d 100644 --- a/.devcontainer/requirements.txt +++ b/.devcontainer/requirements.txt @@ -5,7 +5,7 @@ imageio==2.35.0 keras==3.13.2 nltk==3.10.0 pandas==2.2.2 -pillow==12.2.0 +pillow==12.3.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 ef9d36dd0..50e538f9b 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -5,7 +5,7 @@ imageio==2.35.0 keras==3.13.2 nltk==3.10.0 pandas==2.0.3 -pillow==12.2.0 +pillow==12.3.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 4965ed826..bcc125e03 100644 --- a/lessons/5-NLP/requirements-pytorch.txt +++ b/lessons/5-NLP/requirements-pytorch.txt @@ -4,10 +4,10 @@ matplotlib nltk==3.10.0 numpy==1.22.0 opencv-python==4.5.1.48 -Pillow==12.2.0 +Pillow==12.3.0 scikit-learn scipy -torch==2.12.1 +torch==2.13.0 torchaudio==0.8.1 torchinfo==0.0.8 torchtext==0.9.1 diff --git a/lessons/5-NLP/requirements-tf.txt b/lessons/5-NLP/requirements-tf.txt index 2168dacfa..16b4fc088 100644 --- a/lessons/5-NLP/requirements-tf.txt +++ b/lessons/5-NLP/requirements-tf.txt @@ -4,7 +4,7 @@ matplotlib nltk==3.10.0 numpy==1.22.0 opencv-python==4.5.1.48 -Pillow==12.2.0 +Pillow==12.3.0 scikit-learn scipy TensorFlow diff --git a/requirements.txt b/requirements.txt index bd2693a30..c5fa4bb1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ imageio==2.35.0 keras==3.13.2 nltk==3.10.0 pandas==2.2.2 -pillow==12.2.0 +pillow==12.3.0 pygame==2.6.0 scikit-image==0.24.0 seaborn==0.13.2