plotly-tool / pyproject.toml
burtenshaw
first commit
cb64143
raw
history blame contribute delete
280 Bytes
[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",
]