Refine config and runtime flow
This commit is contained in:
parent
85e082dd46
commit
b3be444625
16 changed files with 642 additions and 137 deletions
3
uv.lock
generated
3
uv.lock
generated
|
|
@ -410,6 +410,8 @@ source = { virtual = "." }
|
|||
dependencies = [
|
||||
{ name = "faster-whisper" },
|
||||
{ name = "llama-cpp-python" },
|
||||
{ name = "numpy", version = "2.2.6", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
|
||||
{ name = "numpy", version = "2.4.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
|
||||
{ name = "pillow" },
|
||||
{ name = "sounddevice" },
|
||||
]
|
||||
|
|
@ -424,6 +426,7 @@ x11 = [
|
|||
requires-dist = [
|
||||
{ name = "faster-whisper" },
|
||||
{ name = "llama-cpp-python" },
|
||||
{ name = "numpy" },
|
||||
{ name = "pillow" },
|
||||
{ name = "pygobject", marker = "extra == 'x11'" },
|
||||
{ name = "python-xlib", marker = "extra == 'x11'" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue