Explorar o código

Merge pull request #9 from eisoku9618/patch-1

Depend Pillow 2.8.0 or later
Kentaro Wada %!s(int64=8) %!d(string=hai) anos
pai
achega
8452899a20
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -57,7 +57,7 @@ setup(
     url='https://github.com/mpitid/pylabelme',
     install_requires=[
         'matplotlib',
-        'Pillow',
+        'Pillow>=2.8.0',
         'scipy',
         'scikit-image',
         'PyYAML',