From 3e550b66b28526212dedc3e9e373dbc8e10f4224 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 from 7.0.0 to 14.0.1 in /numerai/examples/signals-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/signals-python3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numerai/examples/signals-python3/requirements.txt b/numerai/examples/signals-python3/requirements.txt index 0c92807..5df9106 100644 --- a/numerai/examples/signals-python3/requirements.txt +++ b/numerai/examples/signals-python3/requirements.txt @@ -1,7 +1,7 @@ numerapi==2.14.0 numpy==1.21.0 pandas==1.2.0 -pyarrow==7.0.0 +pyarrow==14.0.1 python-dateutil==2.8.1 scikit-learn==0.24.0 joblib==1.2.0