From 647aecb7961efd8730d93a37aa48dac31c41a7fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:14:54 +0200 Subject: [PATCH] Bump xgboost from 2.1.0 to 2.1.1 (#54) Bumps [xgboost](https://github.com/dmlc/xgboost) from 2.1.0 to 2.1.1. - [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/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: xgboost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-docker.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-docker.txt b/requirements-docker.txt index 841cb55..ddd81c0 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -1,5 +1,5 @@ numpy==2.0.1 pandas==2.2.2 -xgboost==2.1.0 +xgboost==2.1.1 pyarrow==17.0.0 scikit-learn==1.5.1 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 9362b6c..cfe5459 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy==2.0.1 optuna==3.6.1 pandas==2.2.2 -xgboost==2.1.0 +xgboost==2.1.1 psutil==6.0.0 pyarrow==17.0.0 scikit-learn==1.5.1 \ No newline at end of file