From 0facd17e4d612408b5381dab866092f6c9831c90 Mon Sep 17 00:00:00 2001 From: piyush-kgp Date: Mon, 11 Mar 2019 19:54:03 +0530 Subject: [PATCH] added PIL and pandas to setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2ba0bb38a77..33e89416915 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,8 @@ 'six>=1.9.0', 'pyyaml', 'h5py', + 'Pillow', + 'pandas', 'keras_applications>=1.0.6', 'keras_preprocessing>=1.0.5'], extras_require={ @@ -46,7 +48,6 @@ 'pytest-xdist', 'flaky', 'pytest-cov', - 'pandas', 'requests', 'markdown'], },