spaces-ship / pyproject.toml
jsulz's picture
jsulz HF staff
rough work done; now to trim back, analyze, and then publish
87f778f
raw
history blame contribute delete
No virus
357 Bytes
[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"