vibevibing/pyproject.toml

15 lines
291 B
TOML
Raw Normal View History

[project]
name = "vibevibing"
version = "0.1.0"
description = "..."
requires-python = ">=3.13"
dependencies = [
"construct>=2.10.70",
"gguf>=0.18.0",
"huggingface-hub>=1.0.0",
"llama-cpp-python>=0.3.16",
"pynacl>=1.6.2",
2026-03-25 01:21:52 +03:00
"torch>=2.11.0",
"transformers>=5.3.0",
]