File size: 366 Bytes
c8b9067
 
 
 
 
1c18edd
c8b9067
 
 
 
 
 
 
1c18edd
c8b9067
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[project]
name = "gradio-demo-test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12,<3.13"
dependencies = [
    "gradio>=5.34.2",
    "langchain>=0.3.25",
    "langchain-openai>=0.3.21",
    "langchain-community>=0.3.24",
    "langgraph>=0.4.8",
    "python-dotenv>=1.1.0",
    "langchain-ollama>=0.3.6",
]