From b0fad2b22b352966f41681a7547481a84374cd21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:40:52 +0100 Subject: [PATCH] Bump pyarrow from 17.0.0 to 18.0.0 (#66) Bumps [pyarrow](https://github.com/apache/arrow) from 17.0.0 to 18.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v17.0.0...apache-arrow-18.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production update-type: version-update:semver-major ... 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 561e48c..d760438 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -1,5 +1,5 @@ numpy==2.1.2 pandas==2.2.3 xgboost==2.1.2 -pyarrow==17.0.0 +pyarrow==18.0.0 scikit-learn==1.5.2 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 9df9d15..9e8ef6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ pandas==2.2.3 xgboost-cpu==2.1.2; platform_machine == "x86_64" xgboost==2.1.2; platform_machine != "x86_64" psutil==6.1.0 -pyarrow==17.0.0 +pyarrow==18.0.0 scikit-learn==1.5.2 \ No newline at end of file