chart_playground / pyproject.toml
admin
add deps
8f2e15b
raw
history blame contribute delete
312 Bytes
[tool.poetry]
name = "chart-pg"
version = "0.1.0"
description = ""
authors = ["admin"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
gradio = "4.29.0"
matplotlib = "3.6.3"
numpy = "1.24.3"
scipy = "1.13.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"