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
Fix pyproject in nodes
tags/v0.3.7rc2
haixuanTao
1 year ago
parent
6d040ed94a
commit
077070aca3
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
node-hub/dora-piper/pyproject.toml
+1
-1
node-hub/dora-pyorbbecksdk/pyproject.toml
+1
-1
node-hub/dora-ugv/pyproject.toml
+ 1
- 1
node-hub/dora-piper/pyproject.toml
View File
@@ -14,7 +14,7 @@ piper_sdk = "^0.0.7"
[tool.poetry.scripts]
dora-piper = "dora_piper"
dora-piper = "dora_piper
.main:main
"
[build-system]
requires = ["poetry-core>=1.8.0"]
+ 1
- 1
node-hub/dora-pyorbbecksdk/pyproject.toml
View File
@@ -13,7 +13,7 @@ python = "^3.7"
[tool.poetry.scripts]
dora-pyorbbecksdk = "dora_pyorbbecksdk"
dora-pyorbbecksdk = "dora_pyorbbecksdk
.main:main
"
[build-system]
requires = ["poetry-core>=1.8.0"]
+ 1
- 1
node-hub/dora-ugv/pyproject.toml
View File
@@ -13,7 +13,7 @@ python = "^3.7"
[tool.poetry.scripts]
dora-ugv = "dora_ugv"
dora-ugv = "dora_ugv
.main:main
"
[build-system]
requires = ["poetry-core>=1.8.0"]
Write
Preview
Loading…
Cancel
Save