From 10de2b938749a4748ac08743af1f9797beb62b22 Mon Sep 17 00:00:00 2001 From: Sam West Date: Fri, 9 Feb 2024 15:48:37 +1100 Subject: [PATCH] add pyarrow to dev deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 299b314..9759d25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ ] [project.optional-dependencies] -dev = ["black", "pre-commit", "tabulate", "pytest"] +dev = ["black", "pre-commit", "tabulate", "pytest", "pyarrow"] [project.urls] Documentation = "https://github.com/etsap-TIMES/xl2times#readme"