From 8a00f5c66a65f6dd98ae87f6ad9955d3d4914164 Mon Sep 17 00:00:00 2001 From: Marco Tulio Ribeiro Date: Fri, 3 Apr 2020 15:01:01 -0700 Subject: [PATCH] fix pillow version to pass travis test --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3ea766ee..1eed506f 100755 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ 'numpy', 'scipy', 'tqdm', + 'pillow==5.4.1', 'scikit-learn>=0.18', 'scikit-image>=0.12', ],