From 76a12d2ca76f7d245e935fdb8348ffcfa3cb7721 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Thu, 9 Apr 2020 17:24:06 +0200 Subject: [PATCH] [requirements] Add pillow --- requirements.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index c285bd22..8eff46db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,12 @@ -setuptools -numpy +bob.core bob.extension +bob.io.base +matplotlib +numpy +pandas +pillow +setuptools +tabulate torch torchvision -pandas -matplotlib tqdm -tabulate -bob.core -bob.io.base -- GitLab