mirror of
https://github.com/tcsenpai/llm_world.git
synced 2025-06-02 17:20:05 +00:00
15 lines
287 B
TOML
15 lines
287 B
TOML
[project]
|
|
name = "lmmrpg"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"noise>=1.2.2",
|
|
"numpy>=2.2.1",
|
|
"ollama>=0.4.5",
|
|
"pygame>=2.6.1",
|
|
"python-dotenv>=1.0.1",
|
|
"requests>=2.32.3",
|
|
]
|