1
0
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:
Mark Parker 2023-09-20 14:40:46 +02:00
parent 9f9c5eb666
commit f29fee19b0
No known key found for this signature in database
GPG Key ID: C10A60786A07A300
2 changed files with 3 additions and 1 deletions

3
poetry.lock generated
View File

@ -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"

View File

@ -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]