Browse Source

Bump python version to 0.3.9

tags/v0.3.12-rc0
haixuantao 7 months ago
parent
commit
bba7a50410
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      node-hub/dora-distil-whisper/pyproject.toml
  2. +1
    -1
      node-hub/dora-opus/pyproject.toml

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

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

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


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

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

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

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


Loading…
Cancel
Save