requirements-dev.txt 324 B

12345678910111213141516171819202122232425262728
  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. clang-format==18.1.5
  8. # type checking
  9. mypy==0.991
  10. types-PyYAML
  11. types-requests
  12. types-setuptools
  13. # testing
  14. pytest
  15. pytest-forked
  16. pytest-asyncio
  17. pytest-rerunfailures
  18. httpx
  19. einops # required for MPT
  20. openai
  21. requests
  22. ray
  23. peft
  24. # Benchmarking
  25. aiohttp