summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 5359f94dd4f0a3dd100cb63b59f2934857a652b5 (plain)
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
[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",
]

[dependency-groups]
dev = [
    "pytest>=9.0.2",
]