From 752600be51a042a2bc15a6d7b9791b2a3c25dab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ju=CC=88rgen=20Hock?= Date: Sun, 31 Mar 2024 18:40:20 +0200 Subject: [PATCH] Add new dependencies --- pyproject.toml | 2 ++ requirements.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 922cea6..760c82d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,8 @@ requires-python = ">=3.11" dependencies = [ "click", "numpy", + "qdft", + "resampy", "soundfile", "stftpitchshift", "tqdm", diff --git a/requirements.txt b/requirements.txt index e63a1d6..87486d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,8 @@ # install some additional packages click numpy +qdft +resampy soundfile stftpitchshift tqdm