Spaces:
Runtime error
Runtime error
File size: 337 Bytes
1c71762 8eb2a24 1c71762 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[tool.poetry]
package-mode = false
description = ""
authors = ["Ludwig Stumpp <42147848+LudwigStumpp@users.noreply.github.com>"]
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"
|