File size: 561 Bytes
2f18493
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 = "final-assignment-template"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11.12"
dependencies = [
    "gradio[oauth]==5.30.0",
    "langchain-chroma==0.2.4",
    "langchain-core==0.3.60",
    "langchain-google-genai==2.1.4",
    "langchain-huggingface==0.2.0",
    "langgraph==0.4.5",
    "python-dotenv>=1.1.0",
    "requests==2.32.3",
    "torch==2.2.2",
]

[dependency-groups]
dev = [
    "autopep8>=2.3.2",
    "ipykernel==6.29.5",
    "ipython==9.2.0",
    "pipdeptree>=2.26.1",
]