Skip to content

Commit

Permalink
Make dora node version easier to maintain
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Aug 17, 2024
1 parent 76b5696 commit 1b7e544
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions node-hub/dora-distil-whisper/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-distil-whisper"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <[email protected]>",
"Enzo Le Van <[email protected]>",
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
packages = [{ include = "dora_distil_whisper" }]

[tool.poetry.dependencies]
dora-rs = "0.3.5"
dora-rs = "^0.3.6"
numpy = "< 2.0.0"
pyarrow = ">= 5.0.0"
transformers = ">= 4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions node-hub/dora-echo/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-echo"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <[email protected]>",
"Enzo Le Van <[email protected]>",
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
packages = [{ include = "dora_echo" }]

[tool.poetry.dependencies]
dora-rs = "0.3.5"
dora-rs = "^0.3.6"
numpy = "< 2.0.0"
pyarrow = ">= 5.0.0"

Expand Down
4 changes: 2 additions & 2 deletions node-hub/dora-microphone/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-microphone"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <[email protected]>",
"Enzo Le Van <[email protected]>",
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
packages = [{ include = "dora_microphone" }]

[tool.poetry.dependencies]
dora-rs = "0.3.5"
dora-rs = "^0.3.6"
numpy = "< 2.0.0"
pyarrow = ">= 5.0.0"
sounddevice = "^0.4.6"
Expand Down
4 changes: 2 additions & 2 deletions node-hub/keyboard-listener/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "keyboard-listener"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <[email protected]>",
"Enzo Le Van <[email protected]>",
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
packages = [{ include = "keyboard_listener" }]

[tool.poetry.dependencies]
dora-rs = "0.3.5"
dora-rs = "^0.3.6"
numpy = "< 2.0.0"
pyarrow = ">= 5.0.0"
pynput = "^1.7.6"
Expand Down
4 changes: 2 additions & 2 deletions node-hub/opencv-plot/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opencv-plot"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <[email protected]>",
"Enzo Le Van <[email protected]>",
Expand All @@ -11,7 +11,7 @@ readme = "README.md"
packages = [{ include = "opencv_plot" }]

[tool.poetry.dependencies]
dora-rs = "0.3.5"
dora-rs = "^0.3.6"
numpy = "< 2.0.0"
opencv-python = ">= 4.1.1"

Expand Down
4 changes: 2 additions & 2 deletions node-hub/opencv-video-capture/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opencv-video-capture"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <[email protected]>",
"Enzo Le Van <[email protected]>",
Expand All @@ -11,7 +11,7 @@ readme = "README.md"
packages = [{ include = "opencv_video_capture" }]

[tool.poetry.dependencies]
dora-rs = "0.3.5"
dora-rs = "^0.3.6"
numpy = "< 2.0.0"
opencv-python = ">= 4.1.1"

Expand Down
4 changes: 2 additions & 2 deletions node-hub/pyarrow-assert/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyarrow-assert"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <[email protected]>",
"Enzo Le Van <[email protected]>",
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
packages = [{ include = "pyarrow_assert" }]

[tool.poetry.dependencies]
dora-rs = "0.3.5"
dora-rs = "^0.3.6"
numpy = "< 2.0.0"
pyarrow = ">= 5.0.0"

Expand Down
4 changes: 2 additions & 2 deletions node-hub/pyarrow-sender/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyarrow-sender"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <[email protected]>",
"Enzo Le Van <[email protected]>",
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
packages = [{ include = "pyarrow_sender" }]

[tool.poetry.dependencies]
dora-rs = "0.3.5"
dora-rs = "^0.3.6"
numpy = "< 2.0.0"
pyarrow = ">= 5.0.0"

Expand Down
4 changes: 2 additions & 2 deletions node-hub/terminal-input/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "terminal-input"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <[email protected]>",
"Enzo Le Van <[email protected]>",
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
packages = [{ include = "terminal_input" }]

[tool.poetry.dependencies]
dora-rs = "0.3.5"
dora-rs = "^0.3.6"
numpy = "< 2.0.0"
pyarrow = ">= 5.0.0"

Expand Down
4 changes: 2 additions & 2 deletions node-hub/ultralytics-yolo/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ultralytics-yolo"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <[email protected]>",
"Enzo Le Van <[email protected]>",
Expand All @@ -11,7 +11,7 @@ readme = "README.md"
packages = [{ include = "ultralytics_yolo" }]

[tool.poetry.dependencies]
dora-rs = "0.3.5"
dora-rs = "^0.3.6"
numpy = "< 2.0.0"
ultralytics = "<= 8.2.52"

Expand Down

0 comments on commit 1b7e544

Please sign in to comment.