From ae0863285b16cbee535c8215124e5b3c7f28b9ed Mon Sep 17 00:00:00 2001 From: VSlobolinskyi <vitalii.slobolinskyi@gmail.com> Date: Wed, 19 Mar 2025 16:16:31 +0200 Subject: [PATCH] Put some dps back in for NVIDIA --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2ff97ba..28b1271 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"