requirements.docker.txt 300 B

12345678910111213
  1. # Docker-only requirements for seq-interp service.
  2. # Does NOT include PySide6 / pyqtgraph (GUI libs not needed in a headless container).
  3. matplotlib==3.10.8
  4. yattag==1.16.1
  5. scipy==1.17.1
  6. sigpy==0.1.27
  7. numpy==1.26.4
  8. numba==0.64.0
  9. uvicorn==0.41.0
  10. fastapi==0.135.1
  11. python-multipart==0.0.22
  12. httpx==0.28.1