Compare commits

...

1 Commits

Author SHA1 Message Date
  haixuantao 634b99300b Fix licenses and website address 10 months ago
3 changed files with 16 additions and 16 deletions
Split View
  1. +1
    -1
      Cargo.toml
  2. +9
    -9
      node-hub/llama-factory-recorder/pyproject.toml
  3. +6
    -6
      node-hub/opencv-plot/pyproject.toml

+ 1
- 1
Cargo.toml View File

@@ -47,7 +47,7 @@ edition = "2021"
# Make sure to also bump `apis/node/python/__init__.py` version.
version = "0.3.10"
description = "`dora` goal is to be a low latency, composable, and distributed data flow."
documentation = "https://dora.carsmos.ai"
documentation = "https://dora-rs.ai"
license = "Apache-2.0"
repository = "https://github.com/dora-rs/dora/"



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

@@ -2,17 +2,17 @@
name = "llama-factory-recorder"
version = "0.3.10"
authors = [
{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" },
{ name = "Enzo Le Van", email = "dev@enzo-le-van.fr" },
{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" },
{ name = "Enzo Le Van", email = "dev@enzo-le-van.fr" },
]
description = "Dora Node for VLM"
license = "MIT"
requires-python = ">=3.8"

dependencies = [
"dora-rs >= 0.3.9",
"pillow >= 10.4.0",
"opencv-python >= 4.1.1",
"dora-rs >= 0.3.9",
"pillow >= 10.4.0",
"opencv-python >= 4.1.1",
]

[dependency-groups]
@@ -23,7 +23,7 @@ llama-factory-recorder = "llama_factory_recorder.main:main"

[tool.ruff.lint]
extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF" # Ruff's PERF rule
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
]

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

@@ -2,11 +2,11 @@
name = "opencv-plot"
version = "0.3.10"
authors = [
{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" },
{ name = "Enzo Le Van", email = "dev@enzo-le-van.fr" },
{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" },
{ name = "Enzo Le Van", email = "dev@enzo-le-van.fr" },
]
description = "Dora Node for plotting text and bbox on image with OpenCV"
license = "MIT"
requires-python = ">=3.8"

dependencies = ["dora-rs >= 0.3.9", "numpy < 2.0.0", "opencv-python >= 4.1.1"]
@@ -19,7 +19,7 @@ opencv-plot = "opencv_plot.main:main"

[tool.ruff.lint]
extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF" # Ruff's PERF rule
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
]

Loading…
Cancel
Save