File size: 1,098 Bytes
3aabed5
 
 
 
 
 
 
 
2e53410
 
3aabed5
 
 
 
 
e2aa222
3aabed5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b827254
3aabed5
2ba6368
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "unit-4-gaia-challenge"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
    "accelerate>=1.7.0",
    "av>=14.4.0",
    "fastexcel>=0.14.0",
    "gradio>=5.34.0",
    "httpx>=0.28.1",
    "huggingface-hub[hf-xet]>=0.32.6",
    "langchain-community>=0.3.25",
    "langchain-yt-dlp>=0.0.8",
    "langchain[openai]>=0.3.25",
    "langgraph>=0.4.8",
    "networkx==3.4.2",
    "num2words>=0.5.14",
    "opencv-python>=4.11.0.86",
    "polars>=1.30.0",
    "python-dotenv>=1.1.0",
    "smolagents[audio,gradio,litellm,toolkit]>=1.18.0",
    "torch>=2.7.1",
    "transformers>=4.52.4",
    "wikipedia-api>=0.8.1",
    "youtube-transcript-api>=1.1.0",
    "yt-dlp>=2025.6.9",
]

[dependency-groups]
dev = [
    "ipykernel>=6.29.5",
    "ipywidgets>=8.1.7",
    "jupyter>=1.1.1",
]

[tool.uv.sources]
torch = [
    { index = "pytorch-cpu", marker = "platform_system != 'Darwin'" },
]
torchvision = [
    { index = "pytorch-cpu", marker = "platform_system != 'Darwin'" },
]


[[tool.uv.index]]
name = "pytorch-cpu"
url = "https://download.pytorch.org/whl/cpu"
explicit = true