From 0277eff75afde904d61e9379015f06e786540705 Mon Sep 17 00:00:00 2001 From: Matthias Wolf Date: Tue, 13 Aug 2024 13:17:55 +0200 Subject: [PATCH] Relax Arrow requirement. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f6d047..6d5b5d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "numpy<2", "packaging", "pandas", - "pyarrow<15", + "pyarrow", "pyspark>=3", ]