From d59182aea5d042b9309ea37833dccfdcf144229f Mon Sep 17 00:00:00 2001 From: joocer Date: Sat, 25 Oct 2025 22:26:13 +0100 Subject: [PATCH] remove pyarrow dependency --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ca39db1..3f8976f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,8 +27,7 @@ classifiers = [ keywords = ["data", "decoder", "parquet", "cython", "python"] requires-python = ">=3.9" dependencies = [ - "draken", - "pyarrow", + "draken" ] [project.optional-dependencies]