mirror of
https://github.com/MarkParker5/STARK.git
synced 2024-11-18 16:31:47 +02:00
fix install[all]
This commit is contained in:
parent
9f9c5eb666
commit
f29fee19b0
3
poetry.lock
generated
3
poetry.lock
generated
@ -1969,6 +1969,7 @@ files = [
|
||||
test = ["pytest (>=6.0.0)", "setuptools (>=65)"]
|
||||
|
||||
[extras]
|
||||
all = ["google-cloud-texttospeech", "numpy", "sounddevice", "soundfile", "torch", "vosk"]
|
||||
docs = ["mkdocs-git-revision-date-localized-plugin", "mkdocs-material"]
|
||||
gcloud = ["google-cloud-texttospeech", "sounddevice", "soundfile"]
|
||||
silero = ["numpy", "sounddevice", "torch"]
|
||||
@ -1978,4 +1979,4 @@ vosk = ["sounddevice", "vosk"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "4bdfaa66a2c24a12c5a615e6403cdf78945d08bdf170cdc00c0eb7264eecd847"
|
||||
content-hash = "cb3b08ec5b920738ceb7a28df3735875a10bee57a654c1ebc493d18782e1cf8e"
|
||||
|
@ -32,6 +32,7 @@ gcloud = ["google-cloud-texttospeech", "sounddevice", "soundfile"]
|
||||
vosk = ["vosk", "sounddevice"]
|
||||
silero = ["torch", "numpy", "sounddevice"]
|
||||
sound = ["sounddevice", "soundfile"]
|
||||
all = ["google-cloud-texttospeech", "vosk", "torch", "numpy", "sounddevice", "soundfile"]
|
||||
docs = ["mkdocs-material", "mkdocs-git-revision-date-localized-plugin"]
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user