requirements-dev.txt 303 B

123456789101112131415161718192021222324252627
  1. # formatting
  2. yapf==0.32.0
  3. toml==0.10.2
  4. tomli==2.0.1
  5. ruff==0.1.5
  6. codespell==2.2.6
  7. # type checking
  8. mypy==0.991
  9. types-PyYAML
  10. types-requests
  11. types-setuptools
  12. # testing
  13. pytest
  14. pytest-forked
  15. pytest-asyncio
  16. pytest-rerunfailures
  17. httpx
  18. einops # required for MPT
  19. openai
  20. requests
  21. ray
  22. peft
  23. # Benchmarking
  24. aiohttp