forked from LINs-lab/MASArena
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
72 lines (68 loc) · 1.51 KB
/
pyproject.toml
File metadata and controls
72 lines (68 loc) · 1.51 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[project]
name = "project-multi-agents-benchmark"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11,<3.13"
dependencies = [
"absl-py>=2.2.2",
"asteval>=0.9.31",
"immutabledict>=4.2.1",
"langchain>=0.2.25",
"langchain-community>=0.3.19",
"langchain-openai>=0.3.7",
"langdetect>=1.0.9",
"langgraph>=0.2.74",
"langsmith>=0.3.11",
"latex2sympy2-extended>=1.2.3",
"matplotlib>=3.10.1",
"math-verify[antlr4-13-2]>=0.7.0",
"nest-asyncio>=1.6.0",
"networkx>=3.4.2",
"nltk>=3.9.1",
"numpy>=1.26.4",
"openai>=1.37.1",
"pandas>=2.2.3",
"playwright>=1.46.0",
"psutil>=7.0.0",
"pydantic>=2.8.2",
"python-dotenv>=1.0.1",
"seaborn>=0.13.2",
"tavily-python>=0.3.0",
"tree-sitter-python>=0.23.6",
"tree-sitter>=0.24.0",
"sentence-transformers",
"gputil",
"docx2markdown",
"pypdf2",
"langchain-mcp-adapters",
"langchain-core",
"aliyun-python-sdk-core",
"requests",
"tika",
"xmltodict",
"aiofiles>=24.1.0",
"rich>=14.0.0",
"stopit",
"tqdm",
"sympy",
"torch",
"transformers",
"pyyaml",
"regex",
"pydantic_core",
]
[tool.ruff]
line-length = 120
target-version = "py311"
indent-width = 4
[tool.ruff.lint]
extend-select = ["C4", "SIM"]
ignore = ["F401"]
[tool.ruff.format]
quote-style = "double"
indent-style = "space"
docstring-code-format = true
[[tool.uv.index]]
url = "https://mirrors.aliyun.com/pypi/simple"
default = true