Skip to content

Commit 761f212

Browse files
chore(deps): bump scikit-learn from 1.5.1 to 1.6.1 in /requirements
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.5.1 to 1.6.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.5.1...1.6.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bb4a06 commit 761f212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python-dotenv==1.1.1 # for loading environment variables from .env files
99
pandas==1.5.3 # for data manipulation
1010
kaggle==1.7.4.5 # for Kaggle api access
1111
seaborn==0.13.2 # for data visualization
12-
scikit-learn==1.5.1 # for machine learning algorithms
12+
scikit-learn==1.6.1 # for machine learning algorithms
1313
scipy==1.10.1 # for scientific computing
1414
shap==0.43.0 # for model interpretability
1515
openpyxl==3.1.5 # for Excel file support from kaggle datasets

0 commit comments

Comments
 (0)