Skip to content

Commit 3929942

Browse files
Update pillow version to <8.4.0, to keep support for Python 3.6.x
1 parent 95f75f9 commit 3929942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def read(fname):
8181
setup_requires=['flake8'],
8282
install_requires=[
8383
'click==7.0',
84-
'pillow==7.1.0',
84+
'pillow<8.4.0',
8585
'numpy==1.17.3',
8686
'zarr==2.8.1',
8787
'kajiki==0.8.2',

0 commit comments

Comments
 (0)