Final_Assignment_Template / pyproject.toml
abelenguerv's picture
First simple langgraph
6756386
Raw
History Blame Contribute Delete
334 Bytes
[project]
name = "final-assignment-template"
version = "0.1.0"
description = "Gradio Space for the agent evaluation final assignment."
readme = "README.md"
requires-python = ">=3.11,<3.13"
dependencies = [
"gradio==5.25.2",
"pandas",
"requests",
"ipython>=9.14.1",
"langgraph>=1.2.4",
]
[tool.uv]
package = false