Spaces:
Running
Running
[tool.poetry] | |
name = "lfs-analysis" | |
version = "0.1.0" | |
description = "" | |
authors = ["jsulz <[email protected]>"] | |
license = "MIT" | |
readme = "README.md" | |
package-mode = false | |
[tool.poetry.dependencies] | |
python = "^3.12" | |
gradio = "^5.0.1" | |
pandas = "^2.2.3" | |
plotly = "^5.24.1" | |
pyarrow = "^17.0.0" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |