File size: 617 Bytes
5d7d186
 
 
 
 
 
 
 
03310c4
5d7d186
 
03310c4
7851025
5d7d186
 
 
 
 
 
 
c233fe5
5d7d186
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[project]
name = "hfagentscourse-finalassignment"
version = "0.1.0"
description = "Huggingface agents course -- Final assignment"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "dotenv>=0.9.9",
    "duckduckgo-search>=8.0.1",
    "gradio>=5.29.0",
    "langchain-community>=0.3.23",
    "langchain-google-genai>=2.1.4",
    "langchain-groq>=0.3.2",
    "langchain-huggingface>=0.2.0",
    "langchain-openai>=0.3.16",
    "langchain-tools>=0.1.34",
    "langgraph>=0.4.3",
    "pandas>=2.2.3",
    "rank-bm25>=0.2.2",
    "requests>=2.32.3",
    "tavily-python>=0.7.2",
    "wikipedia>=1.4.0",
]