瀏覽代碼

Merge pull request #9 from eisoku9618/patch-1

Depend Pillow 2.8.0 or later
Kentaro Wada 8 年之前
父節點
當前提交
8452899a20
共有 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',