From 4e87ab91c58b223126e467ac144d22d258a6eb3a Mon Sep 17 00:00:00 2001 From: harupy Date: Mon, 4 Nov 2019 09:44:40 +0900 Subject: [PATCH 1/2] Update scipy and statsmodels for Binder --- binder/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index 343b8058a..b8d5b24ec 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -3,8 +3,8 @@ plotly==4.2.0 jupyter notebook pandas==0.23.0 -statsmodels==0.9.0 -scipy==1.1.0 +statsmodels==0.10.0 +scipy==1.3.1 patsy==0.5.1 numpy==1.16.0 plotly-geo From 8b53bfee9d5bbeada7e70102a2cec952fbf6d118 Mon Sep 17 00:00:00 2001 From: harupy Date: Mon, 4 Nov 2019 09:45:37 +0900 Subject: [PATCH 2/2] Fix --- binder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index b8d5b24ec..bb183f0fd 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -3,7 +3,7 @@ plotly==4.2.0 jupyter notebook pandas==0.23.0 -statsmodels==0.10.0 +statsmodels==0.10.1 scipy==1.3.1 patsy==0.5.1 numpy==1.16.0