2222 "sphinx-autodoc-annotation" ,
2323 "sphinx-autodoc-typehints" ,
2424 "matplotlib" ,
25- "numpy" ,
25+ "numpy>=1.18.0 " ,
2626 "scipy>=1.4.1" ,
2727 "six>=1.13.0" ,
2828 "scikit-learn>=0.22.2,<0.24.3" ,
@@ -65,13 +65,13 @@ def get_version(rel_path):
6565 "lightgbm" : ["lightgbm" ],
6666 "mxnet" : ["mxnet" ],
6767 "tensorflow" : ["tensorflow" , "tensorflow_addons" , "h5py" ],
68- "tensorflow_image" : ["tensorflow" , "tensorflow_addons" , "h5py" , "Pillow" , "ffmpeg-python" ],
69- "tensorflow_audio" : ["tensorflow" , "tensorflow_addons" , "h5py" , "pydub" , "resampy" ],
68+ "tensorflow_image" : ["tensorflow" , "tensorflow_addons" , "h5py" , "Pillow" , "ffmpeg-python" , "opencv-python" ],
69+ "tensorflow_audio" : ["tensorflow" , "tensorflow_addons" , "h5py" , "pydub" , "resampy" , "librosa" ],
7070 "pytorch" : ["torch" , "torchvision" ],
71- "pytorch_image" : ["torch" , "torchvision" , "kornia" , "Pillow" , "ffmpeg-python" ],
72- "pytorch_audio" : ["torch" , "torchvision" , "torchaudio" , "pydub" , "resampy" ],
71+ "pytorch_image" : ["torch" , "torchvision" , "kornia" , "Pillow" , "ffmpeg-python" , "opencv-python" ],
72+ "pytorch_audio" : ["torch" , "torchvision" , "torchaudio" , "pydub" , "resampy" , "librosa" ],
7373 "xgboost" : ["xgboost" ],
74- "lingvo_asr" : ["tensorflow-gpu==2.1.0" , "lingvo==0.6.4" ],
74+ "lingvo_asr" : ["tensorflow-gpu==2.1.0" , "lingvo==0.6.4" , "pydub" , "resampy" , "librosa" ],
7575 "all" : [
7676 "mxnet" ,
7777 "catboost" ,
@@ -91,6 +91,8 @@ def get_version(rel_path):
9191 "resampy" ,
9292 "ffmpeg-python" ,
9393 "cma" ,
94+ "librosa" ,
95+ "opencv-python" ,
9496 ],
9597 },
9698 classifiers = [
0 commit comments