File size: 609 Bytes
21b071a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # 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 |