File size: 558 Bytes
8b3fba4
 
 
 
 
 
 
31444ab
dfbb39a
e0922af
 
ba699d8
483e937
dfbb39a
 
3d75873
dfbb39a
31444ab
dfbb39a
8b3fba4
ba699d8
8b3fba4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[project]
name = "final-assignment-template"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "arxiv>=2.2.0",
    "google-genai>=1.22.0",
    "gradio[oauth]>=5.34.2",
    "huggingface-hub[cli]>=0.33.1",
    "langchain-community>=0.3.26",
    "langchain-tavily>=0.2.4",
    "langchain[google-genai]>=0.3.26",
    "langgraph>=0.4.10",
    "numexpr>=2.11.0",
    "pandas>=2.3.0",
    "pymupdf>=1.26.1",
    "python-dotenv>=1.1.1",
    "requests>=2.32.4",
    "wikipedia>=1.4.0",
]