pyproject

This commit is contained in:
VSlobolinskyi 2025-03-18 12:56:32 +02:00
parent a6f44014cc
commit 2ecc67f796

View File

@ -19,15 +19,14 @@ torchaudio = [
{ url = "https://download.pytorch.org/whl/cu118/torchaudio-2.1.1%2Bcu118-cp311-cp311-linux_x86_64.whl#sha256=2b077639f240176bb27e964e2e9b3a5c2a8d560a3a7bc1ffd0a024e81f2e10b4", markers = "sys_platform == 'linux'" } { url = "https://download.pytorch.org/whl/cu118/torchaudio-2.1.1%2Bcu118-cp311-cp311-linux_x86_64.whl#sha256=2b077639f240176bb27e964e2e9b3a5c2a8d560a3a7bc1ffd0a024e81f2e10b4", markers = "sys_platform == 'linux'" }
] ]
aria2 = "*"
joblib = ">=1.1.0" joblib = ">=1.1.0"
numba = ">=0.56.4" numba = "*"
numpy = "==1.23.5" numpy = "*"
scipy = "*" scipy = "*"
librosa = "==0.9.1" librosa = "==0.10.2"
llvmlite = "==0.42.0" llvmlite = "*"
fairseq = "==0.12.2" fairseq = { git = "https://github.com/One-sixth/fairseq.git" }
faiss-cpu = "==1.7.3" faiss-cpu = "*"
gradio = "==3.34.0" gradio = "==3.34.0"
Cython = "*" Cython = "*"
pydub = ">=0.25.1" pydub = ">=0.25.1"
@ -62,7 +61,7 @@ pyworld = "==0.3.2"
httpx = "*" httpx = "*"
onnxruntime = { version = "*", markers = "sys_platform == 'darwin'" } onnxruntime = { version = "*", markers = "sys_platform == 'darwin'" }
onnxruntime-gpu = { version = "*", markers = "sys_platform != 'darwin'" } onnxruntime-gpu = { version = "*", markers = "sys_platform != 'darwin'" }
torchcrepe = "==0.0.20" torchcrepe = "==0.0.23"
fastapi = "==0.88" fastapi = "==0.88"
torchfcpe = "*" torchfcpe = "*"
ffmpy = "==0.3.1" ffmpy = "==0.3.1"
@ -70,7 +69,7 @@ python-dotenv = ">=1.0.0"
av = "*" av = "*"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
# (Add any development dependencies here) # Add any development dependencies here
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]