Skip to content

Commit 1ba29db

Browse files
laurenyuchuyang-deng
authored andcommitted
change: upgrade pillow to 6.2.0 (#12)
GitHub notified us that there was an issue discovered in older versions of Pillow, which could cause the library to either allocate very large amounts of memory or take an extremely long period of time to process the image.
1 parent 7c2031b commit 1ba29db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def read(fname):
4646
'Programming Language :: Python :: 2.7',
4747
'Programming Language :: Python :: 3.6',
4848
],
49-
install_requires=['numpy==1.16.4', 'Pillow==6.0.0', 'retrying==1.3.3', 'sagemaker-containers==2.5.4',
49+
install_requires=['numpy==1.16.4', 'Pillow==6.2.0', 'retrying==1.3.3', 'sagemaker-containers==2.5.4',
5050
'six==1.12.0', 'torch==1.2.0', 'requests_mock==1.6.0', 'sagemaker-inference==1.1.0',
5151
'retrying==1.3.3'],
5252
extras_require={

0 commit comments

Comments
 (0)