File size: 625 Bytes
20b57b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ad0f4c7
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
# Core dependencies
torch>=2.0.0
transformers>=4.35.0
gradio>=4.0.0
huggingface_hub>=0.19.0
accelerate>=0.24.0

# Additional ML dependencies
numpy>=1.24.0
scipy>=1.11.0
scikit-learn>=1.3.0

# For potential 3D rendering (optional)
matplotlib>=3.7.0
plotly>=5.17.0

# Utilities
requests>=2.31.0
tqdm>=4.66.0
pillow>=10.0.0

# For CAD processing (if needed)
# Note: Some dependencies from the original repo might need to be added:
# pythonocc-core==7.7.0  # Would need conda installation
# OCC>=7.7.0  # OpenCASCADE bindings

# Development and debugging
# Note: logging, pathlib, tempfile, subprocess are built-in Python modules