Browse Source

Add pyarrow dependency

tags/v0.2.5-alpha.2
haixuanTao 2 years ago
parent
commit
e77532fb15
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      apis/python/node/pyproject.toml

+ 2
- 0
apis/python/node/pyproject.toml View File

@@ -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"]

Loading…
Cancel
Save