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
Downgrade dev dependency for better support for old python version
remove-borrow-on-send-output
haixuantao
1 year ago
parent
64bc6aa848
commit
2c3da7165d
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
binaries/cli/src/template/python/__node-name__/pyproject.toml
+ 3
- 3
binaries/cli/src/template/python/__node-name__/pyproject.toml
View File
@@ -12,13 +12,13 @@ packages = [{ include = "__node_name__" }]
[tool.poetry.dependencies]
dora-rs = "^0.3.6"
numpy = "< 2.0.0"
pyarrow = ">= 5.0.0"
pyarrow = ">=
1
5.0.0"
python = "^3.7"
[tool.poetry.dev-dependencies]
pytest = ">=
8
.3.4"
pytest = ">=
6
.3.4"
pylint = ">= 3.3.2"
black = ">= 2
4
.10"
black = ">= 2
2
.10"
[tool.poetry.scripts]
__node-name__ = "__node_name__.main:main"
Write
Preview
Loading…
Cancel
Save