[project] | |
name = "tim" | |
version = "0.1.0" | |
description = "Add your description here" | |
readme = "README.md" | |
requires-python = ">=3.10" | |
dependencies = [ | |
"accelerate>=0.33.0", | |
"bitsandbytes>=0.47.0", | |
"diffusers==0.33.1", | |
"einops>=0.8.1", | |
"flash-attn>=2.8.3", | |
"gradio>=5.44.1", | |
"imageio==2.34.2", | |
"imageio-ffmpeg==0.5.1", | |
"kernels>=0.10.0", | |
"moviepy==1.0.3", | |
"numpy==1.26.0", | |
"omegaconf>=2.3.0", | |
"pillow==9.5.0", | |
"safetensors>=0.6.2", | |
"sentencepiece>=0.2.0", | |
"spaces>=0.40.1", | |
"streamlit>=1.38.0", | |
"timm>=1.0.19", | |
"torch>=2.8.0", | |
"torchdiffeq>=0.2.5", | |
"torchvision>=0.23.0", | |
"transformers>=4.44.2", | |
"triton>=3.4.0", | |
"wandb>=0.21.3", | |
] | |