Skip to content

Commit

Permalink
Bump scikit-learn from 1.1.3 to 1.3.2
Browse files Browse the repository at this point in the history
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.1.3 to 1.3.2.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.1.3...1.3.2)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 9dcf236 commit 366ed02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-freqai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-r requirements-plot.txt

# Required for freqai
scikit-learn==1.1.3
scikit-learn==1.3.2
joblib==1.3.2
catboost==1.2.2; 'arm' not in platform_machine
lightgbm==4.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-hyperopt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

# Required for hyperopt
scipy==1.11.3
scikit-learn==1.1.3
scikit-learn==1.3.2
scikit-optimize==0.9.0
filelock==3.12.4

0 comments on commit 366ed02

Please sign in to comment.