This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Add pyarrow dependency
tags/v0.2.5-alpha.2
haixuanTao
2 years ago
parent
c2e0efdc7d
commit
e77532fb15
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"]
Write
Preview
Loading…
Cancel
Save