From 3aa71911d83afc3cdb68168eeb76d7e6033d0fef Mon Sep 17 00:00:00 2001 From: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:17:48 +0100 Subject: [PATCH] MAINT Revert fix pandas version (#748) Co-authored-by: ArturoAmorQ --- environment-dev.yml | 4 ++-- environment.yml | 4 ++-- local-install-instructions.md | 2 +- requirements-dev.txt | 4 ++-- requirements.txt | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/environment-dev.yml b/environment-dev.yml index 260ae54a8..7836f9a59 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -3,9 +3,9 @@ channels: - conda-forge dependencies: - scikit-learn >= 1.3 - - pandas == 2.0 # avoid seaborn warning + - pandas >= 1 - matplotlib-base - - seaborn + - seaborn >= 0.13 - plotly >= 5.10 - jupytext - beautifulsoup4 diff --git a/environment.yml b/environment.yml index 6b9c4fcfa..0cad5e6fa 100644 --- a/environment.yml +++ b/environment.yml @@ -5,9 +5,9 @@ channels: dependencies: - scikit-learn >= 1.3 - - pandas == 2.0 # avoid seaborn warning + - pandas >= 1 - matplotlib-base - - seaborn + - seaborn >= 0.13 - jupyterlab - notebook - plotly >= 5.10 diff --git a/local-install-instructions.md b/local-install-instructions.md index 4cd7cffd1..e934dd882 100644 --- a/local-install-instructions.md +++ b/local-install-instructions.md @@ -48,7 +48,7 @@ Using python in /home/lesteve/miniconda3/envs/scikit-learn-course [ OK ] matplotlib version 3.3.3 [ OK ] sklearn version 1.3 [ OK ] pandas version 2.0 -[ OK ] seaborn version 0.11.1 +[ OK ] seaborn version 0.13 [ OK ] notebook version 6.2.0 [ OK ] plotly version 5.10.0 ``` diff --git a/requirements-dev.txt b/requirements-dev.txt index 89ad0ad4b..f7f00917d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ scikit-learn>=1.3 -pandas==2.0 # avoid seaborn warning +pandas >= 1 matplotlib -seaborn +seaborn >= 0.13 plotly jupyter-book>=0.11 # Partial fix for the navbar scrollToActive behavior: diff --git a/requirements.txt b/requirements.txt index 6e006d442..1333ae488 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ scikit-learn>=1.3 -pandas==2.0 # avoid seaborn warning +pandas >= 1 matplotlib -seaborn +seaborn >= 0.13 plotly jupyterlab notebook