From 683dd65162a6d65876f58671f21880934dee0f59 Mon Sep 17 00:00:00 2001 From: Caroline Malin-Mayor Date: Wed, 31 Jan 2024 11:51:24 -0500 Subject: [PATCH] Add pyarrow to pyproject --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ff212671..124d82f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ dependencies = [ "typer", # numba technically optional, will still work without it "numba; python_version != '3.11'", + "pyarrow", ] # extras