gradio-demo-test / pyproject.toml
fromdk's picture
Upload folder using huggingface_hub
1c18edd verified
raw
history blame contribute delete
366 Bytes
[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",
]