Skip to content

Commit

Permalink
Fix dependencies definition
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Jan 17, 2025
1 parent c04a73b commit a91270a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion node-hub/dora-outtetts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = []
description = "dora-outtetts"
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.10"

dependencies = [
"dora-rs >= 0.3.6",
Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-qwenvl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"accelerate >= 0.33",
"opencv-python >= 4.1.1",
"modelscope >= 1.18.1",
"peft = 0.13.2",
"peft == 0.13.2",
]

# flash_attn = "^2.6.1" # Install using: pip install -U flash-attn --no-build-isolation
Expand Down
16 changes: 8 additions & 8 deletions node-hub/dora-rdt-1b/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ dependencies = [
"accelerate >= 0.33",
"opencv-python >= 4.1.1",
"modelscope >= 1.18.1",
"packaging = 24.0",
"wandb =0.17.0",
"diffusers =0.27.2",
"timm =1.0.3",
"sentencepiece =0.2.0",
"h5py =3.11.0",
"imgaug =0.4.0",
"huggingface_hub = 0.23.5",
"packaging == 24.0",
"wandb == 0.17.0",
"diffusers == 0.27.2",
"timm == 1.0.3",
"sentencepiece == 0.2.0",
"h5py == 3.11.0",
"imgaug == 0.4.0",
"huggingface_hub == 0.23.5",
]

# flash_attn = "^2.6.1" # Install using: pip install -U flash-attn --no-build-isolation
Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-ugv/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.8"

dependencies = ["dora-rs >= 0.3.6", "python >= 3.7"]
dependencies = ["dora-rs >= 0.3.6"]


[dependency-groups]
Expand Down

0 comments on commit a91270a

Please sign in to comment.