-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (36 loc) · 915 Bytes
/
Copy pathpyproject.toml
File metadata and controls
39 lines (36 loc) · 915 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
33
34
35
36
37
38
39
[project]
name = "judgebench"
version = "0.1.0"
description = "Benchmarking Contextual Understanding for In-Car Conversational Systems"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"azure-ai-inference>=1.0.0b9",
"azure-ai-ml>=1.34.1",
"fastapi>=0.141.1",
"json-repair>=0.63.4",
"langchain>=1.3.18",
"langchain-community>=0.4.2",
"langchain-deepseek>=1.1.0",
"langchain-openai>=1.6.0",
"langgraph>=1.2.11",
"langsmith>=0.11.2",
"matplotlib>=3.11.1",
"nbformat>=5.11.1",
"numpy>=2.5.2",
"openai>=3.6.0",
"pandas>=3.0.5",
"plotly>=7.0.0",
"pydantic>=2.13.5",
"python-dotenv>=1.2.3",
"requests>=2.34.2",
"seaborn>=0.13.2",
"streamlit>=1.62.0",
"uvicorn>=0.52.4",
]
[build-system]
requires = ["uv_build>=0.12.5,<0.13.0"]
build-backend = "uv_build"
[tool.uv.build-backend]
module-name = "src"
module-root = ""