From a0bb7f9675073234dee56da26215f5f078570684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:19:49 +0000 Subject: [PATCH] chore(deps)(deps): update xgboost requirement Updates the requirements on [xgboost](https://github.com/dmlc/xgboost) to permit the latest version. - [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/v1.7.0...v3.3.0) --- updated-dependencies: - dependency-name: xgboost dependency-version: 3.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-worker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-worker.txt b/requirements-worker.txt index f675c6f..2372d37 100644 --- a/requirements-worker.txt +++ b/requirements-worker.txt @@ -21,4 +21,4 @@ # in analyzer/ml/ensemble or analyzer/ml/training should be treated as # unverified against these majors until it runs. tensorflow>=2.10.0,<3.0 -xgboost>=1.7.0,<4.0 +xgboost>=3.3.0,<4.0