Skip to content

Commit 08c92be

Browse files
authored
Merge pull request #1209 from Trusted-AI/non_framework_install
Add non-framework install option
2 parents 711a2a9 + cd6bc02 commit 08c92be

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

setup.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,24 @@ def get_version(rel_path):
9494
"librosa",
9595
"opencv-python",
9696
],
97+
"non_framework": [
98+
"matplotlib",
99+
"Pillow",
100+
"statsmodels",
101+
"pydub",
102+
"resampy",
103+
"ffmpeg-python",
104+
"cma",
105+
"pandas",
106+
"librosa",
107+
"opencv-python",
108+
"pytest",
109+
"pytest-flake8",
110+
"pytest-mock",
111+
"pytest-cov",
112+
"codecov",
113+
"requests",
114+
]
97115
},
98116
classifiers=[
99117
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)