neuroscope-api / requirements-dev.txt
lymnal's picture
deploy: sync backend to main @ ef0ec2d
bb9d913 verified
Raw
History Blame Contribute Delete
218 Bytes
# Test-only dependencies. Runtime deps (numpy, scikit-learn, torch,
# transformer_lens, fastapi, ...) live in requirements.txt.
pytest>=8.0
# fastapi.testclient's transport (tests/test_patch_endpoint.py).
httpx>=0.27