99install_requires = [
1010 "numpy>=1.18.0" ,
1111 "scipy>=1.4.1" ,
12- "matplotlib" ,
1312 "scikit-learn>=0.22.2,<0.24.3" ,
1413 "six" ,
1514 "setuptools" ,
16- "Pillow" ,
1715 "tqdm" ,
18- "statsmodels" ,
19- "pydub" ,
20- "resampy" ,
21- "ffmpeg-python" ,
22- "cma" ,
23- "mypy" ,
2416 "numba~=0.53.1"
2517]
2618
3022 "sphinx-autodoc-annotation" ,
3123 "sphinx-autodoc-typehints" ,
3224 "matplotlib" ,
33- "numpy" ,
25+ "numpy>=1.18.0 " ,
3426 "scipy>=1.4.1" ,
3527 "six>=1.13.0" ,
3628 "scikit-learn>=0.22.2,<0.24.3" ,
@@ -73,9 +65,13 @@ def get_version(rel_path):
7365 "lightgbm" : ["lightgbm" ],
7466 "mxnet" : ["mxnet" ],
7567 "tensorflow" : ["tensorflow" , "tensorflow_addons" , "h5py" ],
76- "pytorch" : ["torch" , "torchvision" , "torchaudio" ],
68+ "tensorflow_image" : ["tensorflow" , "tensorflow_addons" , "h5py" , "Pillow" , "ffmpeg-python" , "opencv-python" ],
69+ "tensorflow_audio" : ["tensorflow" , "tensorflow_addons" , "h5py" , "pydub" , "resampy" , "librosa" ],
70+ "pytorch" : ["torch" , "torchvision" ],
71+ "pytorch_image" : ["torch" , "torchvision" , "kornia" , "Pillow" , "ffmpeg-python" , "opencv-python" ],
72+ "pytorch_audio" : ["torch" , "torchvision" , "torchaudio" , "pydub" , "resampy" , "librosa" ],
7773 "xgboost" : ["xgboost" ],
78- "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" ],
7975 "all" : [
8076 "mxnet" ,
8177 "catboost" ,
@@ -88,6 +84,15 @@ def get_version(rel_path):
8884 "xgboost" ,
8985 "pandas" ,
9086 "kornia" ,
87+ "matplotlib" ,
88+ "Pillow" ,
89+ "statsmodels" ,
90+ "pydub" ,
91+ "resampy" ,
92+ "ffmpeg-python" ,
93+ "cma" ,
94+ "librosa" ,
95+ "opencv-python" ,
9196 ],
9297 },
9398 classifiers = [
0 commit comments