From 6175ed1b24b316eba45cf2d98e5dac51d6380417 Mon Sep 17 00:00:00 2001 From: Emmanuelle Gouillart Date: Fri, 13 Mar 2020 17:09:24 -0400 Subject: [PATCH 1/4] unpinned versions of pandas (and scipy and numpy) --- binder/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index 46cdd67d0f0..5e83b67457a 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -2,11 +2,11 @@ jupytext plotly==4.5.4 jupyter notebook -pandas==0.23.0 +pandas statsmodels==0.10.1 -scipy==1.3.1 +scipy patsy==0.5.1 -numpy==1.16.0 +numpy plotly-geo psutil requests From e920ec3caa086ac914c631637d83a54c81dde0fa Mon Sep 17 00:00:00 2001 From: Emmanuelle Gouillart Date: Sat, 14 Mar 2020 20:00:04 -0400 Subject: [PATCH 2/4] deubg --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index f4bba084293..eb8eb18aa2b 100644 --- a/contributing.md +++ b/contributing.md @@ -4,7 +4,7 @@ Thank you for contributing to plotly.py! ## Code of Conduct -Check out the [Code of Conduct](CODE_OF_CONDUCT.md). Don't tl:dr; it, but the general idea is to be nice. +Check out the [Code of Conduct](CODE_OF_CONDUCT.md). Don't tl:dr; it, but the general idea is to be nice. ## Have a Bug Report? From 4def9a3fe1c2d64f26139a5e443aac0cc09f5fc5 Mon Sep 17 00:00:00 2001 From: Emmanuelle Gouillart Date: Sat, 14 Mar 2020 22:35:50 -0400 Subject: [PATCH 3/4] debug --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index eb8eb18aa2b..f4bba084293 100644 --- a/contributing.md +++ b/contributing.md @@ -4,7 +4,7 @@ Thank you for contributing to plotly.py! ## Code of Conduct -Check out the [Code of Conduct](CODE_OF_CONDUCT.md). Don't tl:dr; it, but the general idea is to be nice. +Check out the [Code of Conduct](CODE_OF_CONDUCT.md). Don't tl:dr; it, but the general idea is to be nice. ## Have a Bug Report? From 9de9b24b89a9be4da2bb299b4872cf9d1f42cf3e Mon Sep 17 00:00:00 2001 From: Emmanuelle Gouillart Date: Tue, 17 Mar 2020 10:29:53 -0400 Subject: [PATCH 4/4] debug --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index f4bba084293..5af030b6ce8 100644 --- a/contributing.md +++ b/contributing.md @@ -8,7 +8,7 @@ Check out the [Code of Conduct](CODE_OF_CONDUCT.md). Don't tl:dr; it, but the ge ## Have a Bug Report? -Open an issue! Go to https://github.com/plotly/plotly.py/issues. It's possible that your issue was already addressed. If it wasn't, open it. We also accept PRs; take a look at the steps below for instructions on how to do this. +Open an issue! Go to https://github.com/plotly/plotly.py/issues. It's possible that your issue was already addressed. If it wasn't, open it. We also accept PRs; take a look at the steps below for instructions on how to do this. ## Have Questions about Plotly?