Spaces:
Sleeping
Sleeping
| [project] | |
| name = "final-assignment-template" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "chess>=1.11.2", | |
| "google-genai>=1.23.0", | |
| "gradio[oauth]>=5.34.1", | |
| "langfuse>=3.0.7", | |
| "openpyxl>=3.1.5", | |
| "pandas>=2.3.0", | |
| "requests>=2.32.4", | |
| "ruff>=0.12.0", | |
| "smolagents[audio,litellm,openai,telemetry,toolkit,transformers]>=1.18.0", | |
| "transformers>=4.53.0", | |
| "wikipedia>=1.4.0", | |
| "wikipedia-api>=0.8.1", | |
| ] | |