Skip to content

Commit

Permalink
Bump pillow from 7.0.0 to 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 19, 2021
1 parent c4baba9 commit 9faf1e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tensorflow==2.4.0
keras==2.4.3
numpy==1.19.3
pillow==7.0.0
pillow==8.1.1
scipy==1.4.1
h5py==2.10.0
matplotlib==3.3.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author_email='[email protected]',
license='MIT',
packages= find_packages(),
install_requires=['numpy==1.19.3','scipy==1.4.1','pillow==7.0.0',"matplotlib==3.3.2", "h5py==2.10.0", "keras-resnet==0.2.0", "opencv-python", "keras==2.4.3"],
install_requires=['numpy==1.19.3','scipy==1.4.1','pillow==8.1.1',"matplotlib==3.3.2", "h5py==2.10.0", "keras-resnet==0.2.0", "opencv-python", "keras==2.4.3"],
zip_safe=False

)

0 comments on commit 9faf1e6

Please sign in to comment.