Put some dps back in for NVIDIA

This commit is contained in:
VSlobolinskyi 2025-03-19 16:16:31 +02:00
parent 43c294bd47
commit ae0863285b

View File

@ -10,6 +10,10 @@ python = ">=3.11,<3.12"
# Common dependencies (non GPU-specific):
fairseq = { git = "https://github.com/One-sixth/fairseq.git" }
joblib = ">=1.1.0"
numba = "*"
llvmlite = "*"
Cython = "*"
numpy = "*"
scipy = "*"
librosa = "==0.10.2"