From 0f6f4af4eb13ae4771582bb056fc5398fc268cc7 Mon Sep 17 00:00:00 2001 From: bhnpat <72167564+bhnpat@users.noreply.github.com> Date: Thu, 1 Oct 2020 02:34:07 +0530 Subject: [PATCH] Added pandas lib for ML --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3d7a05..ae26166 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -Pillow=5.2.0 \ No newline at end of file +Pillow=5.2.0 +pandas