Skip to content

Commit 752600b

Browse files
committed
Add new dependencies
1 parent 97a61cc commit 752600b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ requires-python = ">=3.11"
4141
dependencies = [
4242
"click",
4343
"numpy",
44+
"qdft",
45+
"resampy",
4446
"soundfile",
4547
"stftpitchshift",
4648
"tqdm",

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# install some additional packages
88
click
99
numpy
10+
qdft
11+
resampy
1012
soundfile
1113
stftpitchshift
1214
tqdm

0 commit comments

Comments
 (0)