Browse Source

Make dora node version easier to maintain

tags/v0.3.6^2
haixuanTao 1 year ago
parent
commit
18223a4762
10 changed files with 20 additions and 20 deletions
  1. +2
    -2
      node-hub/dora-distil-whisper/pyproject.toml
  2. +2
    -2
      node-hub/dora-echo/pyproject.toml
  3. +2
    -2
      node-hub/dora-microphone/pyproject.toml
  4. +2
    -2
      node-hub/keyboard-listener/pyproject.toml
  5. +2
    -2
      node-hub/opencv-plot/pyproject.toml
  6. +2
    -2
      node-hub/opencv-video-capture/pyproject.toml
  7. +2
    -2
      node-hub/pyarrow-assert/pyproject.toml
  8. +2
    -2
      node-hub/pyarrow-sender/pyproject.toml
  9. +2
    -2
      node-hub/terminal-input/pyproject.toml
  10. +2
    -2
      node-hub/ultralytics-yolo/pyproject.toml

+ 2
- 2
node-hub/dora-distil-whisper/pyproject.toml View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-distil-whisper"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <tao.xavier@outlook.com>",
"Enzo Le Van <dev@enzo-le-van.fr>",
@@ -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"


+ 2
- 2
node-hub/dora-echo/pyproject.toml View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-echo"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <tao.xavier@outlook.com>",
"Enzo Le Van <dev@enzo-le-van.fr>",
@@ -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"



+ 2
- 2
node-hub/dora-microphone/pyproject.toml View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-microphone"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <tao.xavier@outlook.com>",
"Enzo Le Van <dev@enzo-le-van.fr>",
@@ -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"


+ 2
- 2
node-hub/keyboard-listener/pyproject.toml View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "keyboard-listener"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <tao.xavier@outlook.com>",
"Enzo Le Van <dev@enzo-le-van.fr>",
@@ -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"


+ 2
- 2
node-hub/opencv-plot/pyproject.toml View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "opencv-plot"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <tao.xavier@outlook.com>",
"Enzo Le Van <dev@enzo-le-van.fr>",
@@ -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"



+ 2
- 2
node-hub/opencv-video-capture/pyproject.toml View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "opencv-video-capture"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <tao.xavier@outlook.com>",
"Enzo Le Van <dev@enzo-le-van.fr>",
@@ -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"



+ 2
- 2
node-hub/pyarrow-assert/pyproject.toml View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyarrow-assert"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <tao.xavier@outlook.com>",
"Enzo Le Van <dev@enzo-le-van.fr>",
@@ -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"



+ 2
- 2
node-hub/pyarrow-sender/pyproject.toml View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyarrow-sender"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <tao.xavier@outlook.com>",
"Enzo Le Van <dev@enzo-le-van.fr>",
@@ -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"



+ 2
- 2
node-hub/terminal-input/pyproject.toml View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "terminal-input"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <tao.xavier@outlook.com>",
"Enzo Le Van <dev@enzo-le-van.fr>",
@@ -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"



+ 2
- 2
node-hub/ultralytics-yolo/pyproject.toml View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "ultralytics-yolo"
version = "0.3.5"
version = "0.3.6-rc0"
authors = [
"Haixuan Xavier Tao <tao.xavier@outlook.com>",
"Enzo Le Van <dev@enzo-le-van.fr>",
@@ -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"



Loading…
Cancel
Save