diff --git a/apis/python/node/pyproject.toml b/apis/python/node/pyproject.toml index f23f5f3d..a7c3a22a 100644 --- a/apis/python/node/pyproject.toml +++ b/apis/python/node/pyproject.toml @@ -4,6 +4,8 @@ build-backend = "maturin" [project] name = "dora-rs" +# Install pyarrow at the same time of dora-rs +dependencies = ['pyarrow'] [tool.maturin] features = ["pyo3/extension-module"]