File size: 1,242 Bytes
f6fc677 b1cd264 f6fc677 8417a25 e753b9f 27d6c4f f6fc677 e753b9f fe36046 f6fc677 d7b323e f6fc677 e753b9f f6fc677 fe36046 3708220 c9bfbc5 f6fc677 |
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 |
[project]
name = "final-assignment-template"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"dotenv>=0.9.9",
"gradio>=5.34.1",
"hf-xet>=1.1.3",
"huggingface-hub[hf-xet]>=0.32.4",
"ipykernel>=6.29.5",
"ipywidgets>=8.1.7",
"langchain>=0.3.25",
"langchain-community>=0.3.25",
"langchain-google-genai>=2.1.5",
"langchain-groq>=0.3.2",
"langchain-huggingface>=0.3.0",
"langchain-openai>=0.3.24",
"langfuse>=3.0.0",
"langgraph>=0.4.8",
"langgraph-checkpoint>=2.1.0",
"langgraph-checkpoint-sqlite>=2.0.10",
"llama-index>=0.12.40",
"llama-index-core>=0.12.40",
"llama-index-llms-huggingface-api>=0.5.0",
"llama-index-readers-papers>=0.3.2",
"llama-index-readers-wikipedia>=0.3.0",
"llama-index-tools-duckduckgo>=0.3.0",
"llama-index-tools-tavily-research>=0.3.0",
"opencv-python>=4.11.0.86",
"pandas>=2.2.3",
"rich>=14.0.0",
"sentence-transformers>=4.1.0",
"supabase>=2.15.3",
"wikipedia>=1.4.0",
"datasets>=2.19.1",
"arxiv>=2.2.0",
"langchain-tavily>=0.2.4",
"python-dotenv>=1.1.0",
"langchain-core>=0.3.65",
"pydantic>=2.11.5",
]
|