| [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 | |