Spaces:
Running
Running
File size: 378 Bytes
a57b3d3 6118d5d a57b3d3 9f0d23e a57b3d3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
[tool.poetry]
name = "lfs-analysis"
version = "0.1.0"
description = ""
authors = ["jsulz <j.sulzdorf@gmail.com>"]
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"
|