Skip to content

Commit

Permalink
Merge pull request #647 from OlafenwaMoses/dependabot/pip/pillow-8.1.1
Browse files Browse the repository at this point in the history
Bump pillow from 7.0.0 to 8.1.1
  • Loading branch information
OlafenwaMoses authored May 8, 2021
2 parents c4baba9 + 9faf1e6 commit fe2d6ba
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 fe2d6ba

Please sign in to comment.