-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
40 lines (37 loc) · 1000 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[metadata]
name = repoqa
description = "RepoQA for Evaluating Long-Context Code Understanding"
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/evalplus/repoqa
license = Apache-2.0
license_files = LICENSE
platform = any
classifiers =
Operating System :: OS Independent
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
[options]
packages = find:
python_requires = >=3.8
dependency_links =
install_requires =
tempdir>=0.7.1
appdirs>=1.4.4
wget>=3.2
fire>=0.6.0
nltk>=3.8.1
rich>=13.5.2
numpy>=1.25.2
tree_sitter<=0.21.3
tree_sitter_languages>=1.10.2
transformers>=4.40.0
openai>=1.23.2
anthropic>=0.25.6
google-generativeai>=0.5.2
[options.entry_points]
console_scripts =
repoqa.search_needle_function = repoqa.search_needle_function:main
repoqa.compute_score = repoqa.compute_score:main
[options.extras_require]
vllm = vllm>=0.3.3