llm-leaderboard / pyproject.toml
Ludwig Stumpp
Fix numpy
8eb2a24
raw
history blame contribute delete
No virus
337 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"
numpy = "1.26.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"