From 54e92091105dae0a58aee83074845c4880b28e79 Mon Sep 17 00:00:00 2001 From: Toan Quach <93168955+toan-quach@users.noreply.github.com> Date: Thu, 7 Nov 2024 23:55:19 +0700 Subject: [PATCH] expand pyarrow version (#2197) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Toan Quach Co-authored-by: Fred Lefévère-Laoide <90181748+FredLL-Avaiga@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4dea95ef6e..dffa87ec95 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def run(self): "python-magic-bin>=0.4.14,<0.5;platform_system=='Windows'", ], "rdp": ["rdp>=0.8"], - "arrow": ["pyarrow>=17.0.0,<18.0"], + "arrow": ["pyarrow>=16.0.0,<18.0"], "mssql": ["pyodbc>=4"], }, cmdclass={"build_py": NPMInstall},