Skip to content

Commit

Permalink
Bump pillow from 10.0.1 to 10.3.0 in /lessons/5-NLP
Browse files Browse the repository at this point in the history
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.0.1...10.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 7e9a14a commit 1d4cd64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lessons/5-NLP/requirements-pytorch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lessons/5-NLP/requirements-tf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d4cd64

Please sign in to comment.