From b74cbaaeb93fd67d0b89ac597db1cc894ee92435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Sat, 20 Feb 2016 21:32:03 +0100 Subject: [PATCH] Adding numexpr to the requirements for the pandas tutorial --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 1d07a58..1e94080 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ jupyter matplotlib +numexpr numpy pandas Pillow