From aea95efdffaed964804352a9bb5112bdb6a80d54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 20:57:58 +0000 Subject: [PATCH] [MNT] Bump the python-packages group with 2 updates (#139) 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](https://github.com/scikit-learn/scikit-learn/compare/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](https://github.com/dmlc/xgboost/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 535c17c3..f4bd24d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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 = [