| # 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 |