Преглед изворни кода

Depend Pillow 2.8.0 or later

Eisoku Kuroiwa пре 8 година
родитељ
комит
c5f02239a8
1 измењених фајлова са 1 додато и 1 уклоњено
  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',