From f16a43ad691453cf81f1231a27c2a0efd1163b51 Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Thu, 23 Nov 2023 09:33:51 +0100 Subject: [PATCH] chore(deps): remove upper constraint on pyarrow Signed-off-by: Luka Peschke --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fee6281..7cb65ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", ] dependencies = [ - "pyarrow>=8.0.0,<14.1.0", + "pyarrow>=8.0.0", ] [project.optional-dependencies]