Browse Source

Add peft requirement for custom adapter

Bump dora to 0.3.7-rc1

Minor dependency fix

Fix typo
tags/v0.3.7rc2
haixuanTao 1 year ago
parent
commit
376ebf81ec
24 changed files with 127 additions and 77 deletions
  1. +36
    -36
      Cargo.lock
  2. +19
    -19
      Cargo.toml
  3. +49
    -0
      Changelog.md
  4. +1
    -1
      binaries/cli/src/attach.rs
  5. +1
    -1
      binaries/daemon/src/lib.rs
  6. +1
    -1
      libraries/extensions/telemetry/metrics/src/lib.rs
  7. +1
    -1
      node-hub/dora-argotranslate/pyproject.toml
  8. +1
    -1
      node-hub/dora-distil-whisper/pyproject.toml
  9. +1
    -1
      node-hub/dora-echo/pyproject.toml
  10. +1
    -1
      node-hub/dora-internvl/pyproject.toml
  11. +2
    -2
      node-hub/dora-keyboard/pyproject.toml
  12. +1
    -1
      node-hub/dora-microphone/pyproject.toml
  13. +1
    -1
      node-hub/dora-openai-server/pyproject.toml
  14. +1
    -1
      node-hub/dora-opus/pyproject.toml
  15. +1
    -1
      node-hub/dora-parler/pyproject.toml
  16. +2
    -1
      node-hub/dora-qwenvl/pyproject.toml
  17. +1
    -1
      node-hub/dora-vad/pyproject.toml
  18. +1
    -1
      node-hub/dora-yolo/pyproject.toml
  19. +1
    -1
      node-hub/llama-factory-recorder/pyproject.toml
  20. +1
    -1
      node-hub/opencv-plot/pyproject.toml
  21. +1
    -1
      node-hub/opencv-video-capture/pyproject.toml
  22. +1
    -1
      node-hub/pyarrow-assert/pyproject.toml
  23. +1
    -1
      node-hub/pyarrow-sender/pyproject.toml
  24. +1
    -1
      node-hub/terminal-input/pyproject.toml

+ 36
- 36
Cargo.lock View File

@@ -1190,7 +1190,7 @@ dependencies = [

[[package]]
name = "benchmark-example-node"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"dora-node-api",
"eyre",
@@ -1203,7 +1203,7 @@ dependencies = [

[[package]]
name = "benchmark-example-sink"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"dora-node-api",
"eyre",
@@ -1811,7 +1811,7 @@ dependencies = [

[[package]]
name = "communication-layer-pub-sub"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"flume 0.10.14",
"zenoh",
@@ -1819,7 +1819,7 @@ dependencies = [

[[package]]
name = "communication-layer-request-reply"
version = "0.3.7-rc0"
version = "0.3.7-rc1"

[[package]]
name = "concurrent-queue"
@@ -2335,7 +2335,7 @@ dependencies = [

[[package]]
name = "dora-arrow-convert"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"arrow",
"eyre",
@@ -2343,7 +2343,7 @@ dependencies = [

[[package]]
name = "dora-cli"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"bat",
"clap 4.5.20",
@@ -2381,7 +2381,7 @@ dependencies = [

[[package]]
name = "dora-coordinator"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"ctrlc",
"dora-core",
@@ -2401,7 +2401,7 @@ dependencies = [

[[package]]
name = "dora-core"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"dora-message",
"eyre",
@@ -2420,7 +2420,7 @@ dependencies = [

[[package]]
name = "dora-daemon"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"aligned-vec",
"async-trait",
@@ -2452,7 +2452,7 @@ dependencies = [

[[package]]
name = "dora-download"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"eyre",
"reqwest",
@@ -2501,7 +2501,7 @@ dependencies = [

[[package]]
name = "dora-metrics"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"eyre",
"opentelemetry 0.22.0",
@@ -2512,7 +2512,7 @@ dependencies = [

[[package]]
name = "dora-node-api"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"aligned-vec",
"arrow",
@@ -2536,7 +2536,7 @@ dependencies = [

[[package]]
name = "dora-node-api-c"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"arrow-array",
"dora-node-api",
@@ -2546,7 +2546,7 @@ dependencies = [

[[package]]
name = "dora-node-api-cxx"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"cxx",
"cxx-build",
@@ -2563,7 +2563,7 @@ dependencies = [

[[package]]
name = "dora-node-api-python"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"arrow",
"dora-node-api",
@@ -2581,7 +2581,7 @@ dependencies = [

[[package]]
name = "dora-openai-proxy-server"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"chrono",
"dora-node-api",
@@ -2602,7 +2602,7 @@ dependencies = [

[[package]]
name = "dora-operator-api"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"dora-arrow-convert",
"dora-operator-api-macros",
@@ -2611,14 +2611,14 @@ dependencies = [

[[package]]
name = "dora-operator-api-c"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"dora-operator-api-types",
]

[[package]]
name = "dora-operator-api-cxx"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"cxx",
"cxx-build",
@@ -2627,7 +2627,7 @@ dependencies = [

[[package]]
name = "dora-operator-api-macros"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"proc-macro2",
"quote",
@@ -2636,7 +2636,7 @@ dependencies = [

[[package]]
name = "dora-operator-api-python"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"aligned-vec",
"arrow",
@@ -2652,7 +2652,7 @@ dependencies = [

[[package]]
name = "dora-operator-api-types"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"arrow",
"dora-arrow-convert",
@@ -2661,7 +2661,7 @@ dependencies = [

[[package]]
name = "dora-record"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"chrono",
"dora-node-api",
@@ -2673,7 +2673,7 @@ dependencies = [

[[package]]
name = "dora-rerun"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"dora-node-api",
"eyre",
@@ -2740,7 +2740,7 @@ dependencies = [

[[package]]
name = "dora-runtime"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"aligned-vec",
"arrow",
@@ -2768,7 +2768,7 @@ dependencies = [

[[package]]
name = "dora-tracing"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"eyre",
"opentelemetry 0.18.0",
@@ -5200,7 +5200,7 @@ dependencies = [

[[package]]
name = "multiple-daemons-example-node"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"dora-node-api",
"eyre",
@@ -5211,14 +5211,14 @@ dependencies = [

[[package]]
name = "multiple-daemons-example-operator"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"dora-operator-api",
]

[[package]]
name = "multiple-daemons-example-sink"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"dora-node-api",
"eyre",
@@ -8890,7 +8890,7 @@ dependencies = [

[[package]]
name = "rust-dataflow-example-node"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"dora-node-api",
"eyre",
@@ -8901,7 +8901,7 @@ dependencies = [

[[package]]
name = "rust-dataflow-example-sink"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"dora-node-api",
"eyre",
@@ -8909,7 +8909,7 @@ dependencies = [

[[package]]
name = "rust-dataflow-example-sink-dynamic"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"dora-node-api",
"eyre",
@@ -8917,7 +8917,7 @@ dependencies = [

[[package]]
name = "rust-dataflow-example-status-node"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"dora-node-api",
"eyre",
@@ -8936,7 +8936,7 @@ dependencies = [

[[package]]
name = "rust-ros2-dataflow-example-node"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"dora-node-api",
"dora-ros2-bridge",
@@ -9490,7 +9490,7 @@ dependencies = [

[[package]]
name = "shared-memory-server"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"bincode",
"eyre",
@@ -10057,7 +10057,7 @@ dependencies = [

[[package]]
name = "terminal-print"
version = "0.3.7-rc0"
version = "0.3.7-rc1"
dependencies = [
"dora-node-api",
"eyre",


+ 19
- 19
Cargo.toml View File

@@ -41,31 +41,31 @@ members = [

[workspace.package]
# Make sure to also bump `apis/node/python/__init__.py` version.
version = "0.3.7-rc0"
version = "0.3.7-rc1"
description = "`dora` goal is to be a low latency, composable, and distributed data flow."
documentation = "https://dora.carsmos.ai"
license = "Apache-2.0"
repository = "https://github.com/dora-rs/dora/"

[workspace.dependencies]
dora-node-api = { version = "0.3.7-rc0", path = "apis/rust/node", default-features = false }
dora-node-api-python = { version = "0.3.7-rc0", path = "apis/python/node", default-features = false }
dora-operator-api = { version = "0.3.7-rc0", path = "apis/rust/operator", default-features = false }
dora-operator-api-macros = { version = "0.3.7-rc0", path = "apis/rust/operator/macros" }
dora-operator-api-types = { version = "0.3.7-rc0", path = "apis/rust/operator/types" }
dora-operator-api-python = { version = "0.3.7-rc0", path = "apis/python/operator" }
dora-operator-api-c = { version = "0.3.7-rc0", path = "apis/c/operator" }
dora-node-api-c = { version = "0.3.7-rc0", path = "apis/c/node" }
dora-core = { version = "0.3.7-rc0", path = "libraries/core" }
dora-arrow-convert = { version = "0.3.7-rc0", path = "libraries/arrow-convert" }
dora-tracing = { version = "0.3.7-rc0", path = "libraries/extensions/telemetry/tracing" }
dora-metrics = { version = "0.3.7-rc0", path = "libraries/extensions/telemetry/metrics" }
dora-download = { version = "0.3.7-rc0", path = "libraries/extensions/download" }
shared-memory-server = { version = "0.3.7-rc0", path = "libraries/shared-memory-server" }
communication-layer-request-reply = { version = "0.3.7-rc0", path = "libraries/communication-layer/request-reply" }
dora-runtime = { version = "0.3.7-rc0", path = "binaries/runtime" }
dora-daemon = { version = "0.3.7-rc0", path = "binaries/daemon" }
dora-coordinator = { version = "0.3.7-rc0", path = "binaries/coordinator" }
dora-node-api = { version = "0.3.7-rc1", path = "apis/rust/node", default-features = false }
dora-node-api-python = { version = "0.3.7-rc1", path = "apis/python/node", default-features = false }
dora-operator-api = { version = "0.3.7-rc1", path = "apis/rust/operator", default-features = false }
dora-operator-api-macros = { version = "0.3.7-rc1", path = "apis/rust/operator/macros" }
dora-operator-api-types = { version = "0.3.7-rc1", path = "apis/rust/operator/types" }
dora-operator-api-python = { version = "0.3.7-rc1", path = "apis/python/operator" }
dora-operator-api-c = { version = "0.3.7-rc1", path = "apis/c/operator" }
dora-node-api-c = { version = "0.3.7-rc1", path = "apis/c/node" }
dora-core = { version = "0.3.7-rc1", path = "libraries/core" }
dora-arrow-convert = { version = "0.3.7-rc1", path = "libraries/arrow-convert" }
dora-tracing = { version = "0.3.7-rc1", path = "libraries/extensions/telemetry/tracing" }
dora-metrics = { version = "0.3.7-rc1", path = "libraries/extensions/telemetry/metrics" }
dora-download = { version = "0.3.7-rc1", path = "libraries/extensions/download" }
shared-memory-server = { version = "0.3.7-rc1", path = "libraries/shared-memory-server" }
communication-layer-request-reply = { version = "0.3.7-rc1", path = "libraries/communication-layer/request-reply" }
dora-runtime = { version = "0.3.7-rc1", path = "binaries/runtime" }
dora-daemon = { version = "0.3.7-rc1", path = "binaries/daemon" }
dora-coordinator = { version = "0.3.7-rc1", path = "binaries/coordinator" }
dora-ros2-bridge = { path = "libraries/extensions/ros2-bridge" }
dora-ros2-bridge-msg-gen = { path = "libraries/extensions/ros2-bridge/msg-gen" }
dora-ros2-bridge-python = { path = "libraries/extensions/ros2-bridge/python" }


+ 49
- 0
Changelog.md View File

@@ -1,5 +1,54 @@
# Changelog

## v0.3.7 (2024-11-04)

## What's Changed

- Post release `0.3.6` small fix by @haixuanTao in https://github.com/dora-rs/dora/pull/638
- Changes to template by @XxChang in https://github.com/dora-rs/dora/pull/639
- Add appending to PATH instruction inside installation script by @Hennzau in https://github.com/dora-rs/dora/pull/641
- Make the benchmark run in release and at full speed by @Hennzau in https://github.com/dora-rs/dora/pull/644
- Use the new node syntax for examples dataflow by @Hennzau in https://github.com/dora-rs/dora/pull/643
- Improve beginner experience by @Hennzau in https://github.com/dora-rs/dora/pull/645
- improve node-hub pytest by @haixuanTao in https://github.com/dora-rs/dora/pull/640
- Fix not-null terminated string print within C template by @haixuanTao in https://github.com/dora-rs/dora/pull/654
- Raise error if dora-coordinator is not connected when calling `dora destroy` by @haixuanTao in https://github.com/dora-rs/dora/pull/655
- Coordinator stopped on bad control command by @Hennzau in https://github.com/dora-rs/dora/pull/650
- Add support for Qwenvl2 by @haixuanTao in https://github.com/dora-rs/dora/pull/646
- Fix distributed node by @haixuanTao in https://github.com/dora-rs/dora/pull/658
- Small install script update for bash by @haixuanTao in https://github.com/dora-rs/dora/pull/657
- Add additional image encoding by @haixuanTao in https://github.com/dora-rs/dora/pull/661
- `dora-echo` replicate the topic received with the topic send by @haixuanTao in https://github.com/dora-rs/dora/pull/663
- Update dependencies by @renovate in https://github.com/dora-rs/dora/pull/656
- Bump pyo3 and arrow versions by @haixuanTao in https://github.com/dora-rs/dora/pull/667
- Fix ros2 bridge incompatibility with CI Ubuntu 24 and with pyo3 22 by @haixuanTao in https://github.com/dora-rs/dora/pull/670
- Add transformers version pinning for qwenvl2 by @haixuanTao in https://github.com/dora-rs/dora/pull/665
- Remove cli dataflow path check by @haixuanTao in https://github.com/dora-rs/dora/pull/662
- Better error handling for unknown output by @haixuanTao in https://github.com/dora-rs/dora/pull/675
- Fix llama recorder multi image recorder by @haixuanTao in https://github.com/dora-rs/dora/pull/677
- Dora openai server example by @haixuanTao in https://github.com/dora-rs/dora/pull/676
- Update dependencies by @renovate in https://github.com/dora-rs/dora/pull/674
- Create Rust-based openai api proxy server in node hub by @phil-opp in https://github.com/dora-rs/dora/pull/678
- Update dependencies by @renovate in https://github.com/dora-rs/dora/pull/679
- Update Rust crate hyper to v0.14.30 by @renovate in https://github.com/dora-rs/dora/pull/680
- Fix hanged coordinator when failing to connect to the daemon on destroy command by @haixuanTao in https://github.com/dora-rs/dora/pull/664
- Small example improvement using pyarrow assertion by @haixuanTao in https://github.com/dora-rs/dora/pull/669
- Fix dora list listing twice a stopping dataflow when using multiple daemon. by @haixuanTao in https://github.com/dora-rs/dora/pull/668
- Add package flake by @Ben-PH in https://github.com/dora-rs/dora/pull/685
- Add jpeg format to qwenvl2 by @haixuanTao in https://github.com/dora-rs/dora/pull/684
- Enable downloading remote dataflow by @haixuanTao in https://github.com/dora-rs/dora/pull/682
- Enable multiline build for better packaging of dora node. by @haixuanTao in https://github.com/dora-rs/dora/pull/683
- Bump rerun version to 0.18 by @haixuanTao in https://github.com/dora-rs/dora/pull/686
- Temporary fix qwenvl2 queue error by @haixuanTao in https://github.com/dora-rs/dora/pull/688
- Make daemon loop over coordinator connection to make it possible to create a system service awaiting coordinator connection by @haixuanTao in https://github.com/dora-rs/dora/pull/689
- Add translation example from chinese, french to english by @haixuanTao in https://github.com/dora-rs/dora/pull/681

## New Contributors

- @Ben-PH made their first contribution in https://github.com/dora-rs/dora/pull/685

**Full Changelog**: https://github.com/dora-rs/dora/compare/v0.3.6...v0.3.7rc0

## v0.3.6 (2024-08-17)

## What's Changed


+ 1
- 1
binaries/cli/src/attach.rs View File

@@ -35,7 +35,7 @@ pub fn attach_dataflow(

let working_dir = dataflow_path
.canonicalize()
.context("failed to canoncialize dataflow path")?
.context("failed to canonicalize dataflow path")?
.parent()
.ok_or_else(|| eyre::eyre!("canonicalized dataflow path has no parent"))?
.to_owned();


+ 1
- 1
binaries/daemon/src/lib.rs View File

@@ -160,7 +160,7 @@ impl Daemon {
pub async fn run_dataflow(dataflow_path: &Path) -> eyre::Result<DataflowResult> {
let working_dir = dataflow_path
.canonicalize()
.context("failed to canoncialize dataflow path")?
.context("failed to canonicalize dataflow path")?
.parent()
.ok_or_else(|| eyre::eyre!("canonicalized dataflow path has no parent"))?
.to_owned();


+ 1
- 1
libraries/extensions/telemetry/metrics/src/lib.rs View File

@@ -44,6 +44,6 @@ pub fn init_metrics() -> metrics::Result<SdkMeterProvider> {
pub fn init_meter_provider(meter_id: String) -> Result<SdkMeterProvider> {
let meter_provider = init_metrics().context("Could not create opentelemetry meter")?;
let meter = meter_provider.meter(meter_id);
init_process_observer(meter).context("could not initiale system metrics observer")?;
init_process_observer(meter).context("could not initiat system metrics observer")?;
Ok(meter_provider)
}

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

@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-argotranslate"
version = "0.3.7rc0"
version = "0.3.7rc1"
description = "Dora Node for Text translating using Argostranslate"
readme = "README.md"
authors = [


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

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


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

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


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

@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-internvl"
version = "0.3.7rc0"
version = "0.3.7rc1"
authors = [
"Haixuan Xavier Tao <tao.xavier@outlook.com>",
"Enzo Le Van <dev@enzo-le-van.fr>",


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

@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-keyboard"
version = "0.3.7rc0"
version = "0.3.7rc1"
authors = [
"Haixuan Xavier Tao <tao.xavier@outlook.com>",
"Enzo Le Van <dev@enzo-le-van.fr>",
@@ -16,7 +16,7 @@ packages = [{ include = "dora_keyboard" }]
dora-rs = "^0.3.6"
numpy = "< 2.0.0"
pyarrow = ">= 5.0.0"
pynput = "^1.7.6"
pynput = "^1.6.0"
python = "^3.7"

[tool.poetry.scripts]


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

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


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

@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-openai-server"
version = "0.3.7rc0"
version = "0.3.7rc1"
authors = [
"Haixuan Xavier Tao <tao.xavier@outlook.com>",
"Enzo Le Van <dev@enzo-le-van.fr>",


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

@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-opus"
version = "0.3.7rc0"
version = "0.3.7rc1"
description = "Dora Node for Text translating using Opus"
readme = "README.md"
authors = [


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

@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-parler"
version = "0.3.7rc0"
version = "0.3.7rc1"
authors = [
"Haixuan Xavier Tao <tao.xavier@outlook.com>",
"Enzo Le Van <dev@enzo-le-van.fr>",


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

@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-qwenvl"
version = "0.3.7rc0"
version = "0.3.7rc1"
authors = [
"Haixuan Xavier Tao <tao.xavier@outlook.com>",
"Enzo Le Van <dev@enzo-le-van.fr>",
@@ -21,6 +21,7 @@ qwen-vl-utils = "^0.0.2"
accelerate = "^0.33"
opencv-python = ">= 4.1.1"
modelscope = "^1.18.1"
peft = "0.13.2"
# flash_attn = "^2.6.1" # Install using: pip install -U flash-attn --no-build-isolation




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

@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-vad"
version = "0.3.7rc0"
version = "0.3.7rc1"
description = "Dora Node for Text translating using Argostranslate"
readme = "README.md"
authors = [


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

@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-yolo"
version = "0.3.7rc0"
version = "0.3.7rc1"
authors = [
"Haixuan Xavier Tao <tao.xavier@outlook.com>",
"Enzo Le Van <dev@enzo-le-van.fr>",


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

@@ -1,6 +1,6 @@
[tool.poetry]
name = "llama-factory-recorder"
version = "0.3.7rc0"
version = "0.3.7rc1"
authors = [
"Haixuan Xavier Tao <tao.xavier@outlook.com>",
"Enzo Le Van <dev@enzo-le-van.fr>",


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

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


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

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


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

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


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

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


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

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


Loading…
Cancel
Save