From 90845069686a4ad5fa9f30eb800c60967683ca4f Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Mon, 17 Aug 2020 18:38:11 -0700 Subject: [PATCH] Bump pandas requirement for deserialize --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index b9c99af..9230950 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -2,7 +2,7 @@ Cython>=0.22 cmdstanpy==0.9.5 pystan>=2.14 numpy>=1.10.0 -pandas>=0.23.4 +pandas>=1.0.4 matplotlib>=2.0.0 LunarCalendar>=0.0.9 convertdate>=2.1.2