diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index 7dbf869d..235ec097 100644 --- a/.devcontainer/requirements.txt +++ b/.devcontainer/requirements.txt @@ -2,10 +2,10 @@ gensim==4.3.3 gym==0.26.2 huggingface==0.0.1 imageio==2.35.0 -keras==3.13.1 +keras==3.13.2 nltk==3.8.1 pandas==2.2.2 -pillow==10.4.0 +pillow==12.1.1 pygame==2.6.0 scikit-image==0.24.0 seaborn==0.13.2 diff --git a/binder/requirements.txt b/binder/requirements.txt index cb09d040..b7ba1d0b 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -2,10 +2,10 @@ gensim==4.3.3 gym==0.26.2 huggingface==0.0.1 imageio==2.35.0 -keras==3.13.1 +keras==3.13.2 nltk==3.8.2 pandas==2.0.3 -pillow==10.4.0 +pillow==12.1.1 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 d70c1c52..bcc75e45 100644 --- a/lessons/5-NLP/requirements-pytorch.txt +++ b/lessons/5-NLP/requirements-pytorch.txt @@ -4,7 +4,7 @@ matplotlib nltk==3.5 numpy==1.22.0 opencv-python==4.5.1.48 -Pillow==10.3.0 +Pillow==12.1.1 scikit-learn scipy torch==2.8.0 diff --git a/lessons/5-NLP/requirements-tf.txt b/lessons/5-NLP/requirements-tf.txt index 38cfa8ee..5635bcdd 100644 --- a/lessons/5-NLP/requirements-tf.txt +++ b/lessons/5-NLP/requirements-tf.txt @@ -4,7 +4,7 @@ matplotlib nltk==3.5 numpy==1.22.0 opencv-python==4.5.1.48 -Pillow==10.3.0 +Pillow==12.1.1 scikit-learn scipy TensorFlow diff --git a/requirements.txt b/requirements.txt index 7dbf869d..235ec097 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,10 +2,10 @@ gensim==4.3.3 gym==0.26.2 huggingface==0.0.1 imageio==2.35.0 -keras==3.13.1 +keras==3.13.2 nltk==3.8.1 pandas==2.2.2 -pillow==10.4.0 +pillow==12.1.1 pygame==2.6.0 scikit-image==0.24.0 seaborn==0.13.2