| # Dev-only deps for the Space test harness. Use: | |
| # | |
| # pip install -r requirements-dev.txt | |
| # playwright install chromium | |
| # | |
| # Runtime deps (gradio, gradio_leaderboard, pandas, ...) are pulled in | |
| # via the -r line below so a fresh venv only needs the one install | |
| # command above. cadgenbench itself is installed separately (either | |
| # editable from the sibling cadgenbench/ checkout, or pip-installed | |
| # from github.com/huggingface/cadgenbench like the Dockerfile does); | |
| # the unit tests in later commits will mock the cadgenbench surfaces | |
| # they actually need. | |
| -r requirements.txt | |
| pytest>=8.0 | |
| playwright>=1.40 | |