@@ -29,12 +29,12 @@ numba = "^0.59.1"
2929openai-whisper = " ^20231117"
3030faster-whisper = " ^1.0.1"
3131torch = [
32- {markers = " sys_platform == 'darwin' and platform_machine == 'arm64'" , url = " https://download.pytorch.org/whl/cpu/torch-1.13.0 -cp310-none-macosx_11_0_arm64.whl" },
33- {markers = " sys_platform == 'linux' and platform_machine == 'arm64'" , url =" https://download.pytorch.org/whl/cpu/torch-1.13.0 -cp310-none-macosx_11_0_arm64.whl" },
34- {markers = " sys_platform == 'darwin' and platform_machine == 'x86_64'" , url = " https://download.pytorch.org/whl/cpu/torch-1.13.0 -cp310-none-macosx_10_9_x86_64.whl" },
35- {markers = " sys_platform == 'linux' and platform_machine == 'aarch64'" , url =" https://download.pytorch.org/whl/torch-1.13.0 -cp310-cp310-manylinux2014_aarch64.whl" },
36- {markers = " sys_platform == 'linux' and platform_machine == 'x86_64'" , url =" https://download.pytorch.org/whl/cpu/torch-1.13.0 %2Bcpu-cp310-cp310-linux_x86_64.whl" },
37- {markers = " sys_platform == 'win' and platform_machine == 'amd64'" , url =" https://download.pytorch.org/whl/cpu/torch-1.13.0 %2Bcpu-cp310-cp310-win_amd64.whl" },
32+ {markers = " sys_platform == 'darwin' and platform_machine == 'arm64'" , url = " https://download.pytorch.org/whl/cpu/torch-1.13.1 -cp310-none-macosx_11_0_arm64.whl" },
33+ {markers = " sys_platform == 'linux' and platform_machine == 'arm64'" , url =" https://download.pytorch.org/whl/cpu/torch-1.13.1 -cp310-none-macosx_11_0_arm64.whl" },
34+ {markers = " sys_platform == 'darwin' and platform_machine == 'x86_64'" , url = " https://download.pytorch.org/whl/cpu/torch-1.13.1 -cp310-none-macosx_10_9_x86_64.whl" },
35+ {markers = " sys_platform == 'linux' and platform_machine == 'aarch64'" , url =" https://download.pytorch.org/whl/torch-1.13.1 -cp310-cp310-manylinux2014_aarch64.whl" },
36+ {markers = " sys_platform == 'linux' and platform_machine == 'x86_64'" , url =" https://download.pytorch.org/whl/cpu/torch-1.13.1 %2Bcpu-cp310-cp310-linux_x86_64.whl" },
37+ {markers = " sys_platform == 'win' and platform_machine == 'amd64'" , url =" https://download.pytorch.org/whl/cpu/torch-1.13.1 %2Bcpu-cp310-cp310-win_amd64.whl" },
3838]
3939
4040[tool .poetry .dev-dependencies ]
0 commit comments