From 7e170ffba5ab7b433f0b56ff5d7814e67312be2d Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Mon, 28 May 2018 13:58:30 -0700 Subject: [PATCH] Up pandas requirement to 0.20.1 to avoid bug from #256 --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 334c7cc..1bfda25 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,5 +1,5 @@ Cython>=0.22 pystan>=2.14 numpy>=1.10.0 -pandas>=0.18.1 +pandas>=0.20.1 matplotlib>=2.0.0