From 6c046600e12ce9d2c09b14a26ac2541496d1a9d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:51:12 +0000 Subject: [PATCH] Bump pyarrow from 4.0.1 to 14.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 4.0.1 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/apache-arrow-4.0.1...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1c6294313..7f8f5fc67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy>=1.16 pandas==1.3.4 -pyarrow==4.0.1 +pyarrow==14.0.1 numba==0.54.1 tbb tbb-devel diff --git a/setup.py b/setup.py index 7db50bd2b..1d3303bbe 100644 --- a/setup.py +++ b/setup.py @@ -431,7 +431,7 @@ def run(self): install_requires=[ 'numpy>=1.16', 'pandas==1.3.4', - 'pyarrow==4.0.1', + 'pyarrow==14.0.1', 'numba==0.54.1', 'tbb' ],