Spaces:
Sleeping
Sleeping
| [tool.poetry] | |
| name = "spacesship" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["jsulz <[email protected]>"] | |
| license = "MIT" | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.12" | |
| gradio = "^4.42.0" | |
| datasets = "^2.21.0" | |
| pandas = "^2.2.2" | |
| plotly = "^5.24.0" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |