| # Base requirements | |
| matplotlib>=3.2.2 | |
| numpy<2.0.0 # Pin to version 1.x for compatibility | |
| opencv-python>=4.6.0 | |
| Pillow>=7.1.2 | |
| PyYAML>=5.3.1 | |
| requests>=2.23.0 | |
| scipy>=1.4.1 | |
| tqdm>=4.64.0 | |
| urllib3>=1.26.14 | |
| # ZeroGPU specific requirements | |
| torch==2.1.2 | |
| torchvision==0.16.2 | |
| gradio==4.44.1 | |
| spaces | |
| # Model specific | |
| ultralytics>=8.0.132 | |
| timm==0.6.12 | |
| # Visualization | |
| open3d==0.16.0 | |
| plotly | |
| pandas>=1.1.4 | |
| seaborn>=0.11.0 | |
| # Utilities | |
| psutil | |
| thop>=0.1.1 |