diff --git a/lessons/5-NLP/requirements-pytorch.txt b/lessons/5-NLP/requirements-pytorch.txt index 509dc22f..26a10b99 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.0.1 +Pillow==10.3.0 scikit-learn scipy torch==1.8.1 diff --git a/lessons/5-NLP/requirements-tf.txt b/lessons/5-NLP/requirements-tf.txt index 3e8e7dbc..820e604d 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.0.1 +Pillow==10.3.0 scikit-learn scipy TensorFlow