From e6d8f1e73d9e73d136b333343cd12777c5f9a783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:18:26 +0200 Subject: [PATCH] Bump xgboost from 2.1.1 to 2.1.2 (#65) Bumps [xgboost](https://github.com/dmlc/xgboost) from 2.1.1 to 2.1.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/v2.1.1...v2.1.2) --- 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 0f2aa21..561e48c 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -1,5 +1,5 @@ numpy==2.1.2 pandas==2.2.3 -xgboost==2.1.1 +xgboost==2.1.2 pyarrow==17.0.0 scikit-learn==1.5.2 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 948085e..cad497a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy==2.1.2 pandas==2.2.3 xgboost-cpu==2.1.1; platform_machine == "x86_64" -xgboost==2.1.1; platform_machine != "x86_64" +xgboost==2.1.2; platform_machine != "x86_64" psutil==6.1.0 pyarrow==17.0.0 scikit-learn==1.5.2 \ No newline at end of file