Spaces:
Sleeping
Sleeping
| [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" | |