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 fc10277 commit 437493bCopy full SHA for 437493b
setup.py
@@ -65,7 +65,7 @@ def get_version(rel_path):
65
"lightgbm": ["lightgbm"],
66
"mxnet": ["mxnet"],
67
"tensorflow": ["tensorflow", "tensorflow_addons", "h5py"],
68
- "tensorflow_image": ["tensorflow", "tensorflow_addons", "Pillow", "ffmpeg-python"],
+ "tensorflow_image": ["tensorflow", "tensorflow_addons", "h5py", "Pillow", "ffmpeg-python"],
69
"tensorflow_audio": ["tensorflow", "tensorflow_addons", "h5py"],
70
"pytorch": ["torch", "torchvision"],
71
"pytorch_image": ["torch", "torchvision", "kornia", "Pillow", "ffmpeg-python"],
0 commit comments