| # Runtime dependencies for the board Web Studio. Build-only tools remain in | |
| # requirements.txt so launching an already-built wheel never installs CMake, | |
| # Ninja, or pybind11 packages. | |
| numpy>=1.20 | |
| sentencepiece>=0.1.99 | |
| scipy>=1.8 | |
| scikit-learn>=1.0 | |
| fastcluster>=1.2 | |
| fastapi>=0.100 | |
| uvicorn>=0.20 | |
| websockets>=10 | |
| openai>=1.0 | |
| soundfile>=0.12 | |
| python-multipart>=0.0.6 | |