-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (39 loc) · 914 Bytes
/
pyproject.toml
File metadata and controls
43 lines (39 loc) · 914 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
40
41
42
43
[project]
name = "llm_deliberation"
version = "0.0.1"
description = "Value Assessment of LLMs in Deliberation"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"aim>=3.29.1",
"anthropic>=0.60.0",
"autogen>=0.9.7",
"autogen-agentchat>=0.7.1",
"autogen-ext[azure,openai]>=0.7.1",
"datasets>=4.0.0",
"google-genai>=1.28.0",
"jupyter>=1.1.1",
"jupyterlab>=4.4.5",
"lab>=8.4",
"matplotlib>=3.10.3",
"numpy>=2.2.6",
"outlines>=1.1.1",
"pandas>=2.3.1",
"plotly>=6.3.0",
"pyprojroot>=0.3.0",
"pyqt6>=6.9.1",
"scipy>=1.15.3",
"seaborn>=0.13.2",
"statsmodels>=0.14.5",
"torch>=2.7.1",
"transformers>=4.54.1",
]
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]
[tool.uv]
package = true