From edaa814009bffe64f86e2fca426456722a261fc4 Mon Sep 17 00:00:00 2001 From: Cristiano Singulani Date: Wed, 20 Mar 2024 18:54:42 -0300 Subject: [PATCH] Added pyarrow to requirements --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7857f17..2d186c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" authors = [ { name = "LIneA", email = "itteam@linea.org.br" } ] -requires-python = ">=3.8,<3.13" +requires-python = ">=3.7,<3.13" classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", @@ -31,6 +31,7 @@ dependencies = [ "Jinja2>=3.1.2", "ipython>=8.5.0", "h5py>=3.8.0", + "pyarrow>=15.0.2", ] # On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)