forked from texttron/BrowseComp-Plus
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (31 loc) · 776 Bytes
/
pyproject.toml
File metadata and controls
32 lines (31 loc) · 776 Bytes
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
[project]
name = "browsecomp-plus"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.10,<3.11"
dependencies = [
"accelerate>=1.9.0",
"anthropic>=0.58.2",
"datasets>=4.0.0",
"deepspeed>=0.17.2",
"faiss-cpu>=1.11.0.post1",
"fastmcp==2.9.2",
"google-genai>=1.27.0",
"openai>=1.97.0",
"peft>=0.16.0",
"pyngrok>=7.2.12",
"pyserini>=1.2.0",
"pylatexenc>=2.10",
"python-dotenv>=1.1.1",
"qwen-agent[mcp,rag]==0.0.34",
"pypdfium2>=4.31.0",
"qwen-omni-utils==0.0.8",
"rich>=14.0.0",
"tevatron",
"torchvision",
"tqdm>=4.67.1",
"transformers==4.57.6",
"vllm==0.15.1",
]
[tool.uv.sources]
tevatron = { git = "https://github.com/texttron/tevatron.git", rev = "main" }