vibevibing/pyproject.toml

16 lines
317 B
TOML

[project]
name = "vibevibing"
version = "0.1.0"
description = "..."
requires-python = ">=3.13"
dependencies = [
"accelerate>=1.13.0",
"construct>=2.10.70",
"gguf>=0.18.0",
"huggingface-hub>=1.0.0",
"llama-cpp-python>=0.3.16",
"pynacl>=1.6.2",
"torch>=2.11.0",
"transformers>=5.3.0",
]