From 30c85f35032385a0df9505c1e14d16aa8151f789 Mon Sep 17 00:00:00 2001 From: Tamar Grey Date: Tue, 13 Feb 2024 13:58:45 -0500 Subject: [PATCH] upgrade pyarrow to fix issues with latlong dtypes --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1cdc01e17a..a6e360e550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ test = [ "graphviz >= 0.8.4", "moto[all] >= 5.0.0", "pip >= 21.3.1", - "pyarrow >= 3.0.0", + "pyarrow >= 14.0.1", "pympler >= 0.8", "pytest >= 7.1.2", "pytest-cov >= 3.0.0", @@ -73,7 +73,7 @@ dask = [ spark = [ "woodwork[spark] >= 0.23.0", "pyspark >= 3.2.2", - "pyarrow >= 3.0.0", + "pyarrow >= 14.0.1", ] updater = [ "alteryx-open-src-update-checker >= 2.1.0"