llm_game_hackathon/pyproject.toml
2024-11-22 16:55:08 +01:00

16 lines
323 B
TOML

[project]
name = "llm-game"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio==4.44.1",
"ipykernel>=6.29.5",
"ipywidgets>=8.1.5",
"jupyter>=1.1.1",
"pydantic==2.8.2",
"python-dotenv>=1.0.1",
"together>=1.3.5",
]