From b63cf7fa30ec3c78c0fbdd929528e24fa98feef8 Mon Sep 17 00:00:00 2001 From: cmccarthy1 <38653604+cmccarthy1@users.noreply.github.com> Date: Wed, 17 Jul 2019 16:46:53 +0100 Subject: [PATCH] update to include minimum version of pandas for new tab conversion functions (#62) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c8ccce87..6ff323df 100755 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ scipy scikit-learn statsmodels matplotlib -pandas +pandas>=0.21