From 24ebc77f97d4037667bcc0d839187602e9a4593a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 23:01:14 +0000 Subject: [PATCH] Bump pyarrow in /numerai/examples/tournament-python3 Bumps [pyarrow](https://github.com/apache/arrow) from 7.0.0 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/go/v7.0.0...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- numerai/examples/tournament-python3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numerai/examples/tournament-python3/requirements.txt b/numerai/examples/tournament-python3/requirements.txt index 4c55637..804056d 100644 --- a/numerai/examples/tournament-python3/requirements.txt +++ b/numerai/examples/tournament-python3/requirements.txt @@ -1,5 +1,5 @@ numerapi==2.14.0 pandas==1.3.3 -pyarrow==7.0.0 +pyarrow==14.0.1 scikit-learn==1.0.1 joblib==1.2.0 \ No newline at end of file