20 lines
457 B
TOML
20 lines
457 B
TOML
[project]
|
|
name = "aida-model-litserve"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"accelerate>=1.12.0",
|
|
"diffusers",
|
|
"litserve>=0.2.17",
|
|
"minio>=7.2.20",
|
|
"opencv-python>=4.13.0.90",
|
|
"pillow>=12.1.0",
|
|
"pydantic-settings>=2.12.0",
|
|
"torch>=2.10.0",
|
|
"transformers>=4.57.6",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
diffusers = { git = "https://github.com/huggingface/diffusers.git" }
|