From 8f7ea133465246c322e150f6e06769e487adf4df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 12:22:17 +0800 Subject: [PATCH] Bump numpy from 2.2.1 to 2.2.2 (#80) Bumps [numpy](https://github.com/numpy/numpy) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: numpy 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 12eb13e..9f6bd94 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -1,4 +1,4 @@ -numpy==2.2.1 +numpy==2.2.2 pandas==2.2.3 xgboost==2.1.3 pyarrow==19.0.0 diff --git a/requirements.txt b/requirements.txt index a7931c0..44ce756 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==2.2.1 +numpy==2.2.2 pandas==2.2.3 xgboost-cpu==2.1.3; platform_machine == "x86_64" xgboost==2.1.3; platform_machine != "x86_64"