From e1a35ec36ab6f198794516d663dfbe1f491fc467 Mon Sep 17 00:00:00 2001 From: ArturoAmorQ Date: Thu, 12 Dec 2024 19:52:57 +0100 Subject: [PATCH] MAINT Update scikit-learn to v 1.6 --- check_env.py | 2 +- environment-dev.yml | 2 +- environment.yml | 2 +- local-install-instructions.md | 2 +- requirements-dev.txt | 2 +- requirements.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/check_env.py b/check_env.py index 5e72c76c4..c5ae4086e 100644 --- a/check_env.py +++ b/check_env.py @@ -66,7 +66,7 @@ def import_version(pkg, min_ver, fail_msg=""): "numpy": "1.16", "scipy": "1.2", "matplotlib": "3.0", - "sklearn": "1.3", + "sklearn": "1.6", "pandas": "1", "seaborn": "0.11", "notebook": "5.7", diff --git a/environment-dev.yml b/environment-dev.yml index 7836f9a59..fe6de1e72 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -2,7 +2,7 @@ name: scikit-learn-course channels: - conda-forge dependencies: - - scikit-learn >= 1.3 + - scikit-learn >= 1.6 - pandas >= 1 - matplotlib-base - seaborn >= 0.13 diff --git a/environment.yml b/environment.yml index 0cad5e6fa..b73214414 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - conda-forge dependencies: - - scikit-learn >= 1.3 + - scikit-learn >= 1.6 - pandas >= 1 - matplotlib-base - seaborn >= 0.13 diff --git a/local-install-instructions.md b/local-install-instructions.md index e934dd882..2155b6917 100644 --- a/local-install-instructions.md +++ b/local-install-instructions.md @@ -46,7 +46,7 @@ Using python in /home/lesteve/miniconda3/envs/scikit-learn-course [ OK ] numpy version 1.19.5 [ OK ] scipy version 1.6.0 [ OK ] matplotlib version 3.3.3 -[ OK ] sklearn version 1.3 +[ OK ] sklearn version 1.6 [ OK ] pandas version 2.0 [ OK ] seaborn version 0.13 [ OK ] notebook version 6.2.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index f7f00917d..d5316ef57 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -scikit-learn>=1.3 +scikit-learn>=1.6 pandas >= 1 matplotlib seaborn >= 0.13 diff --git a/requirements.txt b/requirements.txt index 1333ae488..454162db6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -scikit-learn>=1.3 +scikit-learn>=1.6 pandas >= 1 matplotlib seaborn >= 0.13