Skip to content

Commit

Permalink
Make requires python 3.8 to avoid resolution issues
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Jan 17, 2025
1 parent 9e3142d commit c04a73b
Show file tree
Hide file tree
Showing 29 changed files with 35 additions and 34 deletions.
3 changes: 1 addition & 2 deletions binaries/cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ name = "dora-rs-cli"
dynamic = ["version"]
scripts = { "dora" = "dora_cli:py_main" }
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = ['dora-rs']

[tool.maturin]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [{ name = "Your Name", email = "[email protected]" }]
description = "Node Name"
license = { text = "MIT" }
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"]

Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-argotranslate/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
]
license = { text = "MIT" }
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"]

Expand Down
4 changes: 2 additions & 2 deletions node-hub/dora-distil-whisper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
description = "Dora dora-distil-whisper"
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"

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


Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-echo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
description = "Dora echo"
license = { text = "MIT" }
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"]

Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-internvl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
description = "Dora Node for VLM"
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"

dependencies = [

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

dependencies = [
"dora-rs >= 0.3.6",
Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-kit-car/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [{ name = "Leon", email = "[email protected]" }]
description = "Dora Node for dora kit car"
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"

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

Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-microphone/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
description = "Dora dora-microphone"
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"

dependencies = [
"dora-rs >= 0.3.6",
Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-openai-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
description = "Dora OpenAI API Server"
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"

dependencies = [
"dora-rs >= 0.3.6",
Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-opus/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [

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

dependencies = [
"dora-rs >= 0.3.6",
Expand Down
3 changes: 1 addition & 2 deletions node-hub/dora-outtetts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ authors = []
description = "dora-outtetts"
license = { text = "MIT" }
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",
"python >= 3.10",
"outetts >= 0.2.3",
"llama-cpp-python >= 0.3.5",
]
Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-parler/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
description = "Dora Node for Text to speech with dora Parler-TTS"
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"

dependencies = [
"dora-rs >= 0.3.6",
Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-piper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [{ name = "Haixuan Xavier Tao", email = "[email protected]" }]
description = "Dora Node for using Agilex piper"
license = { text = "MIT" }
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"]

Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-pyaudio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
authors = [{ name = "Haixuan Xavier Tao", email = "[email protected]" }]
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
description = "dora-pyaudio"

dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-pyorbbecksdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
description = "Dora Node for capturing video with PyOrbbeck SDK"
license = { text = "MIT" }
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"]

Expand Down
8 changes: 4 additions & 4 deletions node-hub/dora-pyrealsense/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ authors = [{ name = "Haixuan Xavier Tao", email = "[email protected]" }]
description = "Dora Node for capturing video with Pyrealsense"
license = { text = "MIT" }
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",
"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]
dev = ["pytest >=8.1.1", "ruff >=0.9.1"]
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 @@ -8,7 +8,7 @@ authors = [
description = "Dora Node for VLM"
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"

dependencies = [
"dora-rs >= 0.3.6",
Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-rdt-1b/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [{ name = "Haixuan Xavier Tao", email = "[email protected]" }]
description = "Dora Node for RDT 1B"
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"

dependencies = [
"dora-rs >= 0.3.6",
Expand Down
3 changes: 3 additions & 0 deletions node-hub/dora-rerun/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ build-backend = "maturin"
[project]
name = "dora-rerun"
dynamic = ["version"]
license = { text = "MIT" }
requires-python = ">=3.7"

dependencies = [
'rerun_sdk==0.21.0',
# "rerun-loader-urdf @ git+https://github.com/rerun-io/rerun-loader-python-example-urdf.git",
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 @@ -5,7 +5,7 @@ authors = [{ name = "Haixuan Xavier Tao", email = "[email protected]" }]
description = "Dora Node for using Agilex UGV"
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"

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

Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-vad/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Dora Node for Text translating using Argostranslate"
authors = [{ name = "Haixuan Xavier Tao", email = "[email protected]" }]
license = { text = "MIT" }
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"]

Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-yolo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
description = "Dora Node for object detection with dora YOLOv8"
license = { text = "MIT" }
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"]

Expand Down
2 changes: 1 addition & 1 deletion node-hub/llama-factory-recorder/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
description = "Dora Node for VLM"


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

dependencies = [
"dora-rs >= 0.3.6",
Expand Down
2 changes: 1 addition & 1 deletion node-hub/opencv-plot/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
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"]

Expand Down
2 changes: 1 addition & 1 deletion node-hub/opencv-video-capture/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
description = "Dora Node for capturing video with OpenCV"
license = { text = "MIT" }
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"]

Expand Down
2 changes: 1 addition & 1 deletion node-hub/pyarrow-assert/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Dora Node for plotting text and bbox on image with OpenCV"
license = { text = "MIT" }
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"]

Expand Down
2 changes: 1 addition & 1 deletion node-hub/pyarrow-sender/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = { text = "MIT" }
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"]

Expand Down
2 changes: 1 addition & 1 deletion node-hub/terminal-input/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = { text = "MIT" }
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"]

Expand Down

0 comments on commit c04a73b

Please sign in to comment.