From e1d1b53b475909f1d14c5026b07db2346be45376 Mon Sep 17 00:00:00 2001 From: Clark Zinzow Date: Mon, 11 Mar 2024 17:21:43 -0700 Subject: [PATCH] Remove pyarrow upper bound for Windows. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 965dbf5a14..0df2aed72f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,7 @@ requires = ["maturin>=1.2.0,<1.3.0"] [project] authors = [{name = "Eventual Inc", email = "daft@eventualcomputing.com"}] dependencies = [ - "pyarrow >= 6.0.1; platform_system != 'Windows'", - "pyarrow >= 6.0.1, < 7.0.0; platform_system == 'Windows'", + "pyarrow >= 6.0.1", "fsspec[http]", "psutil", "tqdm",