llm-leaderboard / pyproject.toml
Ludwig Stumpp
Fix app
1c71762
raw
history blame
320 Bytes
[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"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"