Skip to content

Commit

Permalink
[MNT] Bump the python-packages group with 2 updates (#139)
Browse files Browse the repository at this point in the history
Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [xgboost](https://github.com/dmlc/xgboost) to permit the latest version.

Updates `scikit-learn` to 1.3.2
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.0.2...1.3.2)

Updates `xgboost` to 2.0.2
- [Release notes](https://github.com/dmlc/xgboost/releases)
- [Changelog](https://github.com/dmlc/xgboost/blob/master/NEWS.md)
- [Commits](dmlc/xgboost@v0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: xgboost
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 2359397 commit aea95ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ classifiers = [
requires-python = ">=3.8,<3.12"
dependencies = [
"aeon>=0.5.0,<0.6.0",
"scikit-learn>=1.0.2,<=1.2.2",
"scikit-learn>=1.0.2,<=1.3.2",
"tsml>=0.2.0,<0.3.0",
"gpustat",
"psutil",
Expand All @@ -52,7 +52,7 @@ dependencies = [
all_extras = [
"aeon[all_extras,dl]",
"tsml[extras]",
"xgboost<=1.7.5",
"xgboost<=2.0.2",
"torch>=1.13.1",
]
unstable_extras = [
Expand Down

0 comments on commit aea95ef

Please sign in to comment.