Skip to content

Commit 992d173

Browse files
chore(deps): bump scikit-learn from 1.7.1 to 1.7.2
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.7.1...1.7.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a142817 commit 992d173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-freqai.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-r requirements-plot.txt
44

55
# Required for freqai
6-
scikit-learn==1.7.1
6+
scikit-learn==1.7.2
77
joblib==1.5.2
88
catboost==1.2.8; 'arm' not in platform_machine
99
lightgbm==4.6.0

requirements-hyperopt.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Required for hyperopt
55
scipy==1.16.1
6-
scikit-learn==1.7.1
6+
scikit-learn==1.7.2
77
filelock==3.19.1
88
optuna==4.5.0
99
cmaes==0.12.0

0 commit comments

Comments
 (0)