Skip to content

Commit

Permalink
Minor dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Nov 4, 2024
1 parent fd1f21a commit 9509048
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node-hub/dora-echo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
packages = [{ include = "dora_echo" }]

[tool.poetry.dependencies]
dora-rs = "^0.3.7-rc1"
dora-rs = "^0.3.6"
numpy = "< 2.0.0"
pyarrow = ">= 5.0.0"
python = "^3.7"
Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-keyboard/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ packages = [{ include = "dora_keyboard" }]
dora-rs = "^0.3.6"
numpy = "< 2.0.0"
pyarrow = ">= 5.0.0"
pynput = "^1.7.6"
pynput = "^1.6.0"
python = "^3.7"

[tool.poetry.scripts]
Expand Down
1 change: 1 addition & 0 deletions node-hub/dora-rerun/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ build-backend = "maturin"

[project]
name = "dora-rerun"
dependencies = ['rerun_sdk==0.18.2']

0 comments on commit 9509048

Please sign in to comment.