Skip to content

Commit 67a39e9

Browse files
committed
fix: make generate/evaluate env seperate
1 parent f202b74 commit 67a39e9

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

setup.cfg

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,28 @@ packages = find:
1717
python_requires = >=3.8
1818
dependency_links =
1919
install_requires =
20-
accelerate>=0.30.1
21-
anthropic>=0.26.1
2220
appdirs>=1.4.4
2321
fire>=0.6.0
24-
google-generativeai>=0.5.4
25-
mistralai>=0.2.0
2622
multipledispatch>=0.6.0
27-
numpy>=1.19.5
28-
openai>=1.11.1
29-
Pympler>=1.0.1
30-
rich>=12.3.0
31-
stop-sequencer>=1.2.3
3223
tempdir>=0.7.1
3324
termcolor>=2.0.0
3425
tqdm>=4.56.0
3526
tree_sitter_languages>=1.10.2
3627
tree-sitter==0.21.3
3728
wget>=3.2
3829

30+
[options.extras_require]
31+
generate =
32+
vllm
33+
numpy
34+
rich
35+
accelerate>=0.30.1
36+
anthropic>=0.26.1
37+
google-generativeai>=0.5.4
38+
mistralai>=0.2.0
39+
stop-sequencer>=1.2.3
40+
openai>=1.11.1
41+
3942
[options.entry_points]
4043
console_scripts =
4144
bigcodebench.evaluate = bigcodebench.evaluate:main

0 commit comments

Comments
 (0)