Spaces:
Running
Running
File size: 280 Bytes
cb64143 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[project]
name = "agent-plotly"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"gradio>=5.12.0",
"ipykernel>=6.29.5",
"plotly>=5.24.1",
"scikit-learn>=1.6.1",
"smolagents>=1.2.2",
]
|