Spaces:
Sleeping
Sleeping
File size: 520 Bytes
89cdc9f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
[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",
]
|