From 2d64ca432498979a748549559e95615d1c84044a Mon Sep 17 00:00:00 2001 From: Iswarya Alex <47045679+iswaryaalex@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:12:54 -0700 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",