god / pyproject.toml
Vikram Vasudevan
added LICENSE
3dc7e87
Raw
History Blame Contribute Delete
451 Bytes
[project]
name = "god"
version = "0.1.0"
description = "A reincarnation-based social simulation sandbox."
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.13"
dependencies = [
"huggingface-hub",
"llama-cpp-python",
"numpy",
"pandas",
"plotly",
"requests",
"streamlit",
]
[project.scripts]
god-sim = "god_sim.cli:main"
god-sim-download-model = "god_sim.insights.download:main"
[tool.uv]
package = true