novel-heroes / pyproject.toml
ryomo's picture
Implement system to chat with novel heroes
6a2d777
raw
history blame contribute delete
515 Bytes
[project]
name = "novel-heroes"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio[mcp]>=5.33.0",
"modal>=1.0.3",
]
[dependency-groups]
dev = [
"accelerate>=1.7.0",
"bitsandbytes>=0.46.0",
"sentencepiece>=0.2.0",
"torch==2.7.0", # torch2.7.1 is not compatible with vllm
"transformers>=4.52.4",
"vllm>=0.9.0.1",
]
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"