correct version of torch

This commit is contained in:
VSlobolinskyi 2025-03-18 11:44:31 +02:00
parent b773f30b97
commit 85e6d59e1e

View File

@ -19,8 +19,6 @@ torchaudio = [
] ]
python = "^3.9" python = "^3.9"
torch = "2.4.0"
torchaudio = "2.4.0"
Cython = "^3.0.11" Cython = "^3.0.11"
gradio = "3.34.0" gradio = "3.34.0"
pydub = ">=0.25.1" pydub = ">=0.25.1"
@ -68,7 +66,6 @@ onnxruntime-gpu = "^1.18.1"
fastapi = "0.88" fastapi = "0.88"
torchfcpe = "^0.0.4" torchfcpe = "^0.0.4"
ffmpy = "0.3.1" ffmpy = "0.3.1"
torchvision = "0.19.0"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
[build-system] [build-system]