From 8a7f1ef45e86f6f60eca1ff8b97555b96f07f78d Mon Sep 17 00:00:00 2001 From: Paddy Mullen Date: Sat, 28 Dec 2024 11:58:06 -0500 Subject: [PATCH] adding pyarrow to dependencies, only doing unit tests2 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2456044..5fa224e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,9 @@ dev-dependencies = [ "pandas>=1.3.5", "geopandas<1.0", "playwright", + "pydantic>=2.5.2", "pyarrow", + "polars[timezone]", ]