File size: 472 Bytes
63f32f0
 
b357a9f
 
 
 
 
63f32f0
 
8050d8a
b357a9f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6deb583
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Core — use latest gradio for ZeroGPU Spaces compatibility
gradio>=5.0
torch>=2.0
torchvision
numpy
Pillow

# HuggingFace
huggingface_hub>=0.25.0
transformers>=4.40.0
spaces
safetensors
accelerate

# 3D Mesh Processing
trimesh[easy]
scipy
networkx

# Utilities
pyyaml
tqdm
einops

# Background removal model deps
timm

# Pin pydantic to avoid schema bug with gradio_client
# (additionalProperties: true triggers TypeError in json_schema_to_python_type)
pydantic<2.11.0