| [project] |
| name = "face2mesh" |
| version = "0.1.0" |
| description = "Add your description here" |
| readme = "README.md" |
| requires-python = ">=3.13" |
| dependencies = [ |
| "diffusers", |
| "einops>=0.8.2", |
| "gradio>=6.17.3", |
| "numpy>=2.4.6", |
| "omegaconf>=2.3.0", |
| "opencv-python>=4.13.0.92", |
| "pygltflib>=1.16.5", |
| "pymeshlab>=2025.7.post1", |
| "scikit-image>=0.26.0", |
| "spaces>=0.50.4", |
| "timm>=1.0.27", |
| "torch>=2.12.0", |
| "torchvision>=0.27.0", |
| "tqdm>=4.68.2", |
| "transformers>=5.10.2", |
| "trimesh>=4.12.2", |
| "xatlas>=0.0.11", |
| ] |
|
|
| [tool.uv.sources] |
| diffusers = { git = "https://github.com/huggingface/diffusers" } |
|
|