Spaces:
Running on T4
Running on T4
| # Runtime deps for the SimReady validator on HuggingFace Spaces. | |
| # Versions pinned to EXACTLY match the DGXC runner's working | |
| # install-simready-sdk.sh installation so verdicts are byte-for-byte | |
| # reproducible across environments AND so we don't accidentally pull | |
| # a newer omniverse-asset-validator that's incompatible with the | |
| # pinned simready-foundation commit (805d2c5 / Release 2026.04.0). | |
| # When bumping any of these, bump them together with the | |
| # SIMREADY_FOUNDATIONS_COMMIT in Dockerfile, and re-test against the | |
| # real partner datasets before committing. | |
| gradio>=4.0 | |
| huggingface_hub>=0.34 | |
| # Validator runtime — versions match | |
| # /home/horde/.simready/venv/lib/python3.12/site-packages/ on DGXC. | |
| usd-core==26.5 | |
| omniverse-asset-validator==1.15.1 | |
| omniverse-usd-profiles==1.10.22 | |
| markdown-it-py>=4.2 | |
| simready-validate==2026.4.9 | |