We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437493b commit f8dfeb8Copy full SHA for f8dfeb8
setup.py
@@ -66,7 +66,7 @@ def get_version(rel_path):
66
"mxnet": ["mxnet"],
67
"tensorflow": ["tensorflow", "tensorflow_addons", "h5py"],
68
"tensorflow_image": ["tensorflow", "tensorflow_addons", "h5py", "Pillow", "ffmpeg-python"],
69
- "tensorflow_audio": ["tensorflow", "tensorflow_addons", "h5py"],
+ "tensorflow_audio": ["tensorflow", "tensorflow_addons", "h5py", "pydub", "resampy"],
70
"pytorch": ["torch", "torchvision"],
71
"pytorch_image": ["torch", "torchvision", "kornia", "Pillow", "ffmpeg-python"],
72
"pytorch_audio": ["torch", "torchvision", "torchaudio", "pydub", "resampy"],
0 commit comments