Spaces:
Running
Running
[tool.poetry] | |
package-mode = false | |
description = "" | |
authors = ["Ludwig Stumpp <[email protected]>"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.10" | |
pandas = "^2.2.2" | |
streamlit = "^1.37.1" | |
numpy = "1.26.4" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |