Skip to content

Commit

Permalink
MAINT Update scikit-learn to v 1.6 (#790)
Browse files Browse the repository at this point in the history
Co-authored-by: ArturoAmorQ <[email protected]>
  • Loading branch information
ArturoAmorQ and ArturoAmorQ authored Jan 3, 2025
1 parent d434db9 commit 31fdbe4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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

0 comments on commit 31fdbe4

Please sign in to comment.