boatbomber
Update packages
7fc836b
raw
history blame contribute delete
855 Bytes
[project]
name = "Roblox-LLM-Leaderboard-results"
version = "1.0.0"
description = "Dataset containing LLM leaderboard results"
authors = [{ name = "boatbomber", email = "[email protected]" }]
readme = "README.md"
requires-python = "3.11.*"
dependencies = [
"huggingface-hub (>=0.29.1,<0.30.0)",
"openai (>=1.63.2,<2.0.0)",
"datasets (>=3.3.2,<4.0.0)",
"pandas (>=2.2.3,<3.0.0)",
"tqdm (>=4.67.1,<5.0.0)",
"rich (>=13.9.4,<14.0.0)",
"pandarallel (>=1.6.5,<2.0.0)",
"python-dotenv (>=1.0.1,<2.0.0)",
"scikit-learn (>=1.6.1,<2.0.0)",
"pyyaml (>=6.0.2,<7.0.0)",
"anthropic (>=0.49.0,<0.50.0)",
]
[tool.poetry]
package-mode = false
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"
ipywidgets = "^8.1.5"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"