diff --git a/setup.py b/setup.py index d2fa898..0529491 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,8 @@ install_requires=[ # "numpy", # "onnxruntime", - "torch", - "torchaudio", + "torch==2.8.0", + "torchaudio==2.8.0", "sounddevice", "transformers==4.52.4", "soundfile",