Skip to content

Commit 69b372c

Browse files
Bump pillow in /lite/examples/model_personalization/converter
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 8.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](python-pillow/Pillow@6.2.0...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent defc54e commit 69b372c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tensorflow==2.0.0rc0
2-
Pillow==6.2.0
2+
Pillow==8.2.0
33
scipy==1.3.0

lite/examples/model_personalization/converter/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
packages=find_packages(),
2727
install_requires=[
2828
'tensorflow==2.0.0rc0',
29-
'Pillow>=6.1.0,<7.0',
29+
'Pillow>=6.1.0,<9.0',
3030
'scipy>=1.3.0,<2.0',
3131
],
3232
entry_points={

0 commit comments

Comments
 (0)