| @@ -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] | ||||
| @@ -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"] | ||||
| @@ -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"] | ||||
| @@ -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'", | |||||
| ] | ] | ||||
| @@ -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"] | ||||
| @@ -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 = [ | ||||
| @@ -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", | ||||
| @@ -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" } | ||||
| @@ -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", | ||||
| @@ -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", | ||||
| @@ -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", | ||||
| @@ -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", | ||||
| ] | ] | ||||
| @@ -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", | ||||
| @@ -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"] | ||||
| @@ -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 = [ | ||||
| @@ -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"] | ||||
| @@ -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"] | ||||
| @@ -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", | ||||
| @@ -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", | ||||
| @@ -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", | ||||
| @@ -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"] | ||||
| @@ -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"] | ||||
| @@ -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"] | ||||
| @@ -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", | ||||
| @@ -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"] | ||||
| @@ -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"] | ||||
| @@ -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"] | ||||
| @@ -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"] | ||||
| @@ -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"] | ||||