Skip to content

Commit fe2d6ba

Browse files
Merge pull request #647 from OlafenwaMoses/dependabot/pip/pillow-8.1.1
Bump pillow from 7.0.0 to 8.1.1
2 parents c4baba9 + 9faf1e6 commit fe2d6ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tensorflow==2.4.0
22
keras==2.4.3
33
numpy==1.19.3
4-
pillow==7.0.0
4+
pillow==8.1.1
55
scipy==1.4.1
66
h5py==2.10.0
77
matplotlib==3.3.2

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
author_email='[email protected]',
99
license='MIT',
1010
packages= find_packages(),
11-
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"],
11+
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"],
1212
zip_safe=False
1313

1414
)

0 commit comments

Comments
 (0)