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
|
[project]
name = "dissertation"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"anthropic>=0.75.0",
"openai>=2.8.0",
"pyyaml>=6.0.3",
"python-dotenv>=1.0.0",
"matplotlib>=3.10.8",
"seaborn>=0.13.2",
"pandas>=3.0.1",
"fastapi>=0.135.1",
"uvicorn[standard]>=0.41.0",
"sse-starlette>=3.3.2",
"tqdm>=4.67.1",
"rich>=14.3.3",
"xai-sdk>=1.10.0",
"scikit-learn>=1.8.0",
"statsmodels>=0.14.6",
]
[dependency-groups]
dev = [
"pytest>=9.0.2",
]
|