From b42acfe93e8a29c5add5446cd843f0433a92647c Mon Sep 17 00:00:00 2001 From: Xavier Bouthillier Date: Mon, 26 Sep 2022 14:41:49 -0400 Subject: [PATCH 1/2] Downgrade pandas in conda build too PR #998 was missing the downgrade in conda build. --- conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 73b1f077b..520983568 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -31,7 +31,7 @@ requirements: - plotly - python-kaleido - requests - - pandas + - pandas <= 1.4.4 - falcon - falcon-cors - gunicorn From c59922a359b3e115d837886dbb2a369100827f7d Mon Sep 17 00:00:00 2001 From: Xavier Bouthillier Date: Tue, 27 Sep 2022 13:10:26 -0400 Subject: [PATCH 2/2] Fix pandas version notation Co-authored-by: Fabrice Normandin --- conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 520983568..e0716c851 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -31,7 +31,7 @@ requirements: - plotly - python-kaleido - requests - - pandas <= 1.4.4 + - pandas <=1.4.4 - falcon - falcon-cors - gunicorn