Eisoku Kuroiwa 8 лет назад
Родитель
Сommit
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',