vibevibing/pyproject.toml

16 lines
317 B
TOML
Raw Permalink Normal View History

[project]
name = "vibevibing"
version = "0.1.0"
description = "..."
requires-python = ">=3.13"
dependencies = [
2026-03-25 02:10:08 +03:00
"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",
2026-03-25 01:21:52 +03:00
"torch>=2.11.0",
"transformers>=5.3.0",
]