mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-06 03:57:19 +00:00
fix: pin espnet in the audio extra (#3693)
* downgrade pytorch in the audio extra * pin torch * remove torch pin and pin espnet * add comment
This commit is contained in:
parent
b1fc912859
commit
8e3c7bc6be
@ -145,7 +145,7 @@ docstores-gpu = [
|
||||
audio = [
|
||||
"pyworld>=0.3.1; python_version >= '3.8'",
|
||||
"pyworld<0.3.1; python_version < '3.8'",
|
||||
"espnet",
|
||||
"espnet==202209", # https://github.com/deepset-ai/haystack/pull/3693
|
||||
"espnet-model-zoo",
|
||||
"pydub",
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user