diff --git a/requirements.txt b/requirements.txt index 0294303..3e019af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,7 @@ -torch>=2.9.1 -torchaudio>=2.9.1 -torchcodec>=0.9.0 transformers==4.51.3 +torch>=2.9.1; sys_platform != 'win32' +torchaudio>=2.9.1; sys_platform != 'win32' +torchcodec>=0.9.0; sys_platform != 'win32' +torch==2.8.0; sys_platform == 'win32' +torchaudio>=2.8.0; sys_platform == 'win32' +soundfile; sys_platform == 'win32'