Skip to content

Commit f78d383

Browse files
authored
Merge pull request freqtrade#11887 from freqtrade/dependabot/pip/develop/scikit-learn-1.7.0
chore(deps): bump scikit-learn from 1.6.1 to 1.7.0
2 parents 1be9a79 + 8f62462 commit f78d383

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.6.1
6+
scikit-learn==1.7.0
77
joblib==1.5.1
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.15.3
6-
scikit-learn==1.6.1
6+
scikit-learn==1.7.0
77
filelock==3.18.0
88
optuna==4.3.0
99
cmaes==0.11.1

0 commit comments

Comments
 (0)