Skip to content

Commit 72db791

Browse files
committed
Update setup.py
1 parent 6129541 commit 72db791

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

trustllm_pkg/setup.py

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,18 @@
99
url='https://github.com/HowieHwong/TrustLLM',
1010
packages=find_packages(),
1111
install_requires=[
12-
'transformers',
13-
'numpy>=1.18.1',
14-
'scipy',
15-
'pandas>=1.0.3',
16-
'scikit-learn',
17-
'openai',
18-
'tqdm',
19-
'tenacity',
20-
'datasets'
12+
'transformers',
13+
'numpy>=1.18.1',
14+
'scipy',
15+
'pandas>=1.0.3',
16+
'scikit-learn',
17+
'openai',
18+
'tqdm',
19+
'tenacity',
20+
'datasets',
21+
'fschat[model_worker]',
22+
'python-dotenv',
23+
'urllib3',
2124
],
2225
classifiers=[
2326
],

0 commit comments

Comments
 (0)