Decider-MCP / pyproject.toml
Kian Kyars
Remove main.py, update pyproject.toml and uv.lock for sync with Space
859d9d2
raw
history blame contribute delete
295 Bytes
[project]
name = "mcp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"accelerate>=0.27.0",
"bitsandbytes==0.41.1",
"gradio>=5.33.1",
"modal>=0.57.0",
"torch>=2.2.0",
"transformers>=4.37.0",
]