Spaces:
Sleeping
Sleeping
| # SpatialBench — pipeline dependencies | |
| # Install with: pip install -r requirements.txt | |
| # Gradio UI (HuggingFace Space entrypoint) | |
| # Pinned to 5.x — fixes pydub/audioop incompatibility with Python 3.13 | |
| gradio==5.23.3 | |
| # Plotting | |
| plotly>=5.18.0 | |
| # Data | |
| pandas>=2.0.0 | |
| numpy>=1.24.0 | |
| # Config parsing | |
| PyYAML>=6.0 | |
| # Environment variable loading | |
| python-dotenv>=1.0.0 | |