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 compliancy tool in requirements
tags/v0.3.9-rc1
haixuantao
1 year ago
parent
1ff4583922
commit
134e6c94b6
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
binaries/cli/src/template/python/node-name/pyproject.toml
+ 6
- 1
binaries/cli/src/template/python/node-name/pyproject.toml
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "node-name"
version = "0.0.
1
"
version = "0.0.
0
"
authors = ["author"]
description = "Node Name"
license = "MIT License"
@@ -15,6 +15,11 @@ numpy = "< 2.0.0"
pyarrow = ">= 5.0.0"
python = "^3.7"
[tool.poetry.dev-dependencies]
pytest = ">= 8.3.4"
pylint = ">= 3.3.2"
black = ">= 24.10"
[tool.poetry.scripts]
node-name = "node_name.main:main"
Write
Preview
Loading…
Cancel
Save