Skip to content

Commit f8dfeb8

Browse files
author
Beat Buesser
committed
Update setup.py
Signed-off-by: Beat Buesser <[email protected]>
1 parent 437493b commit f8dfeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def get_version(rel_path):
6666
"mxnet": ["mxnet"],
6767
"tensorflow": ["tensorflow", "tensorflow_addons", "h5py"],
6868
"tensorflow_image": ["tensorflow", "tensorflow_addons", "h5py", "Pillow", "ffmpeg-python"],
69-
"tensorflow_audio": ["tensorflow", "tensorflow_addons", "h5py"],
69+
"tensorflow_audio": ["tensorflow", "tensorflow_addons", "h5py", "pydub", "resampy"],
7070
"pytorch": ["torch", "torchvision"],
7171
"pytorch_image": ["torch", "torchvision", "kornia", "Pillow", "ffmpeg-python"],
7272
"pytorch_audio": ["torch", "torchvision", "torchaudio", "pydub", "resampy"],

0 commit comments

Comments
 (0)