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:
Sara Zan 2022-12-12 13:09:26 +01:00 committed by GitHub
parent b1fc912859
commit 8e3c7bc6be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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