Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT Update scikit-learn to v 1.6 #790

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion check_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge

dependencies:
- scikit-learn >= 1.3
- scikit-learn >= 1.6
- pandas >= 1
- matplotlib-base
- seaborn >= 0.13
Expand Down
2 changes: 1 addition & 1 deletion local-install-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scikit-learn>=1.3
scikit-learn>=1.6
pandas >= 1
matplotlib
seaborn >= 0.13
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scikit-learn>=1.3
scikit-learn>=1.6
pandas >= 1
matplotlib
seaborn >= 0.13
Expand Down
Loading