Browse Source

Make requires python 3.8 to avoid resolution issues

tags/v0.3.9-rc1
haixuantao 1 year ago
parent
commit
c04a73b1a4
29 changed files with 35 additions and 34 deletions
  1. +1
    -2
      binaries/cli/pyproject.toml
  2. +1
    -1
      binaries/cli/src/template/python/__node-name__/pyproject.toml
  3. +1
    -1
      node-hub/dora-argotranslate/pyproject.toml
  4. +2
    -2
      node-hub/dora-distil-whisper/pyproject.toml
  5. +1
    -1
      node-hub/dora-echo/pyproject.toml
  6. +1
    -1
      node-hub/dora-internvl/pyproject.toml
  7. +1
    -1
      node-hub/dora-keyboard/pyproject.toml
  8. +1
    -1
      node-hub/dora-kit-car/pyproject.toml
  9. +1
    -1
      node-hub/dora-microphone/pyproject.toml
  10. +1
    -1
      node-hub/dora-openai-server/pyproject.toml
  11. +1
    -1
      node-hub/dora-opus/pyproject.toml
  12. +1
    -2
      node-hub/dora-outtetts/pyproject.toml
  13. +1
    -1
      node-hub/dora-parler/pyproject.toml
  14. +1
    -1
      node-hub/dora-piper/pyproject.toml
  15. +1
    -1
      node-hub/dora-pyaudio/pyproject.toml
  16. +1
    -1
      node-hub/dora-pyorbbecksdk/pyproject.toml
  17. +4
    -4
      node-hub/dora-pyrealsense/pyproject.toml
  18. +1
    -1
      node-hub/dora-qwenvl/pyproject.toml
  19. +1
    -1
      node-hub/dora-rdt-1b/pyproject.toml
  20. +3
    -0
      node-hub/dora-rerun/pyproject.toml
  21. +1
    -1
      node-hub/dora-ugv/pyproject.toml
  22. +1
    -1
      node-hub/dora-vad/pyproject.toml
  23. +1
    -1
      node-hub/dora-yolo/pyproject.toml
  24. +1
    -1
      node-hub/llama-factory-recorder/pyproject.toml
  25. +1
    -1
      node-hub/opencv-plot/pyproject.toml
  26. +1
    -1
      node-hub/opencv-video-capture/pyproject.toml
  27. +1
    -1
      node-hub/pyarrow-assert/pyproject.toml
  28. +1
    -1
      node-hub/pyarrow-sender/pyproject.toml
  29. +1
    -1
      node-hub/terminal-input/pyproject.toml

+ 1
- 2
binaries/cli/pyproject.toml View File

@@ -7,8 +7,7 @@ name = "dora-rs-cli"
dynamic = ["version"] dynamic = ["version"]
scripts = { "dora" = "dora_cli:py_main" } scripts = { "dora" = "dora_cli:py_main" }
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = ['dora-rs'] dependencies = ['dora-rs']


[tool.maturin] [tool.maturin]


+ 1
- 1
binaries/cli/src/template/python/__node-name__/pyproject.toml View File

@@ -5,7 +5,7 @@ authors = [{ name = "Your Name", email = "email@email.com" }]
description = "Node Name" description = "Node Name"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "pyarrow >= 15.0.0"] dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "pyarrow >= 15.0.0"]




+ 1
- 1
node-hub/dora-argotranslate/pyproject.toml View File

@@ -9,7 +9,7 @@ authors = [
] ]
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "argostranslate >= 1.9.6"] dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "argostranslate >= 1.9.6"]




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

@@ -8,7 +8,7 @@ authors = [
description = "Dora dora-distil-whisper" description = "Dora dora-distil-whisper"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = [ dependencies = [
"dora-rs >= 0.3.6", "dora-rs >= 0.3.6",
@@ -18,7 +18,7 @@ dependencies = [
"accelerate >= 0.29.2", "accelerate >= 0.29.2",
"torch >= 2.2.0", "torch >= 2.2.0",
"modelscope >= 1.18.1", "modelscope >= 1.18.1",
"lightning-whisper-mlx >= 0.0.10; sys_platform == darwin",
"lightning-whisper-mlx >= 0.0.10; sys_platform == 'darwin'",
] ]






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

@@ -8,7 +8,7 @@ authors = [
description = "Dora echo" description = "Dora echo"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "pyarrow >= 5.0.0"] dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "pyarrow >= 5.0.0"]




+ 1
- 1
node-hub/dora-internvl/pyproject.toml View File

@@ -8,7 +8,7 @@ authors = [
description = "Dora Node for VLM" description = "Dora Node for VLM"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = [ dependencies = [




+ 1
- 1
node-hub/dora-keyboard/pyproject.toml View File

@@ -8,7 +8,7 @@ authors = [
description = "Dora dora-keyboard" description = "Dora dora-keyboard"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = [ dependencies = [
"dora-rs >= 0.3.6", "dora-rs >= 0.3.6",


+ 1
- 1
node-hub/dora-kit-car/pyproject.toml View File

@@ -9,7 +9,7 @@ authors = [{ name = "Leon", email = "echo_ai@foxmail.com" }]
description = "Dora Node for dora kit car" description = "Dora Node for dora kit car"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


scripts = { "dora-kit-car" = "dora_kit_car:py_main" } scripts = { "dora-kit-car" = "dora_kit_car:py_main" }




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

@@ -8,7 +8,7 @@ authors = [
description = "Dora dora-microphone" description = "Dora dora-microphone"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = [ dependencies = [
"dora-rs >= 0.3.6", "dora-rs >= 0.3.6",


+ 1
- 1
node-hub/dora-openai-server/pyproject.toml View File

@@ -8,7 +8,7 @@ authors = [
description = "Dora OpenAI API Server" description = "Dora OpenAI API Server"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = [ dependencies = [
"dora-rs >= 0.3.6", "dora-rs >= 0.3.6",


+ 1
- 1
node-hub/dora-opus/pyproject.toml View File

@@ -10,7 +10,7 @@ authors = [


license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = [ dependencies = [
"dora-rs >= 0.3.6", "dora-rs >= 0.3.6",


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

@@ -5,13 +5,12 @@ authors = []
description = "dora-outtetts" description = "dora-outtetts"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = [ dependencies = [
"dora-rs >= 0.3.6", "dora-rs >= 0.3.6",
"numpy < 2.0.0", "numpy < 2.0.0",
"pyarrow >= 5.0.0", "pyarrow >= 5.0.0",
"python >= 3.10",
"outetts >= 0.2.3", "outetts >= 0.2.3",
"llama-cpp-python >= 0.3.5", "llama-cpp-python >= 0.3.5",
] ]


+ 1
- 1
node-hub/dora-parler/pyproject.toml View File

@@ -8,7 +8,7 @@ authors = [
description = "Dora Node for Text to speech with dora Parler-TTS" description = "Dora Node for Text to speech with dora Parler-TTS"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = [ dependencies = [
"dora-rs >= 0.3.6", "dora-rs >= 0.3.6",


+ 1
- 1
node-hub/dora-piper/pyproject.toml View File

@@ -5,7 +5,7 @@ authors = [{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }]
description = "Dora Node for using Agilex piper" description = "Dora Node for using Agilex piper"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = ["dora-rs >= 0.3.6", "piper_sdk >= 0.0.8", "numpy < 2.0.0"] dependencies = ["dora-rs >= 0.3.6", "piper_sdk >= 0.0.8", "numpy < 2.0.0"]




+ 1
- 1
node-hub/dora-pyaudio/pyproject.toml View File

@@ -4,7 +4,7 @@ version = "0.0.1"
authors = [{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }] authors = [{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }]
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
description = "dora-pyaudio" description = "dora-pyaudio"


dependencies = [ dependencies = [


+ 1
- 1
node-hub/dora-pyorbbecksdk/pyproject.toml View File

@@ -8,7 +8,7 @@ authors = [
description = "Dora Node for capturing video with PyOrbbeck SDK" description = "Dora Node for capturing video with PyOrbbeck SDK"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "opencv-python >= 4.1.1"] dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "opencv-python >= 4.1.1"]




+ 4
- 4
node-hub/dora-pyrealsense/pyproject.toml View File

@@ -5,15 +5,15 @@ authors = [{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }]
description = "Dora Node for capturing video with Pyrealsense" description = "Dora Node for capturing video with Pyrealsense"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = [ dependencies = [
"dora-rs >= 0.3.6", "dora-rs >= 0.3.6",
"numpy < 2.0.0", "numpy < 2.0.0",
"opencv-python >= 4.1.1", "opencv-python >= 4.1.1",
"pyrealsense2-macosx = 2.54.2; sys_platform == 'darwin'",
"pyrealsense2 = '2.54.1.5216'; sys_platform == 'linux'",
"pyrealsense2 = '2.54.1.5216'; sys_platform == 'windows'",
"pyrealsense2-macosx >= 2.54.2; sys_platform == 'darwin'",
"pyrealsense2 == 2.54.1.5216; sys_platform == 'linux'",
"pyrealsense2 == 2.54.1.5216; sys_platform == 'windows'",
] ]
[dependency-groups] [dependency-groups]
dev = ["pytest >=8.1.1", "ruff >=0.9.1"] dev = ["pytest >=8.1.1", "ruff >=0.9.1"]


+ 1
- 1
node-hub/dora-qwenvl/pyproject.toml View File

@@ -8,7 +8,7 @@ authors = [
description = "Dora Node for VLM" description = "Dora Node for VLM"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = [ dependencies = [
"dora-rs >= 0.3.6", "dora-rs >= 0.3.6",


+ 1
- 1
node-hub/dora-rdt-1b/pyproject.toml View File

@@ -5,7 +5,7 @@ authors = [{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }]
description = "Dora Node for RDT 1B" description = "Dora Node for RDT 1B"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = [ dependencies = [
"dora-rs >= 0.3.6", "dora-rs >= 0.3.6",


+ 3
- 0
node-hub/dora-rerun/pyproject.toml View File

@@ -5,6 +5,9 @@ build-backend = "maturin"
[project] [project]
name = "dora-rerun" name = "dora-rerun"
dynamic = ["version"] dynamic = ["version"]
license = { text = "MIT" }
requires-python = ">=3.7"

dependencies = [ dependencies = [
'rerun_sdk==0.21.0', 'rerun_sdk==0.21.0',
# "rerun-loader-urdf @ git+https://github.com/rerun-io/rerun-loader-python-example-urdf.git", # "rerun-loader-urdf @ git+https://github.com/rerun-io/rerun-loader-python-example-urdf.git",


+ 1
- 1
node-hub/dora-ugv/pyproject.toml View File

@@ -5,7 +5,7 @@ authors = [{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }]
description = "Dora Node for using Agilex UGV" description = "Dora Node for using Agilex UGV"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


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




+ 1
- 1
node-hub/dora-vad/pyproject.toml View File

@@ -5,7 +5,7 @@ description = "Dora Node for Text translating using Argostranslate"
authors = [{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }] authors = [{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }]
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "silero-vad >= 5.1"] dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "silero-vad >= 5.1"]




+ 1
- 1
node-hub/dora-yolo/pyproject.toml View File

@@ -8,7 +8,7 @@ authors = [
description = "Dora Node for object detection with dora YOLOv8" description = "Dora Node for object detection with dora YOLOv8"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "ultralytics >= 8.3.24"] dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "ultralytics >= 8.3.24"]




+ 1
- 1
node-hub/llama-factory-recorder/pyproject.toml View File

@@ -8,7 +8,7 @@ authors = [
description = "Dora Node for VLM" description = "Dora Node for VLM"




requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = [ dependencies = [
"dora-rs >= 0.3.6", "dora-rs >= 0.3.6",


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

@@ -8,7 +8,7 @@ authors = [
description = "Dora Node for plotting text and bbox on image with OpenCV" description = "Dora Node for plotting text and bbox on image with OpenCV"




requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "opencv-python >= 4.1.1"] dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "opencv-python >= 4.1.1"]




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

@@ -8,7 +8,7 @@ authors = [
description = "Dora Node for capturing video with OpenCV" description = "Dora Node for capturing video with OpenCV"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "opencv-python >= 4.1.1"] dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "opencv-python >= 4.1.1"]




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

@@ -9,7 +9,7 @@ description = "Dora Node for plotting text and bbox on image with OpenCV"
license = { text = "MIT" } license = { text = "MIT" }
readme = "README.md" readme = "README.md"


requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "pyarrow >= 5.0.0"] dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "pyarrow >= 5.0.0"]




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

@@ -10,7 +10,7 @@ license = { text = "MIT" }
readme = "README.md" readme = "README.md"




requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "pyarrow >= 5.0.0"] dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "pyarrow >= 5.0.0"]




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

@@ -10,7 +10,7 @@ license = { text = "MIT" }
readme = "README.md" readme = "README.md"




requires-python = ">=3.7"
requires-python = ">=3.8"


dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "pyarrow >= 5.0.0"] dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "pyarrow >= 5.0.0"]




Loading…
Cancel
Save