vllm/requirements-dev.txt
Chen Wang cbf4c05b15
Update requirements-dev.txt to include package for benchmarking scripts. (#3181)
Co-authored-by: Zhuohan Li <zhuohan123@gmail.com>
2024-03-07 08:39:28 +00:00

27 lines
299 B
Plaintext

# formatting
yapf==0.32.0
toml==0.10.2
tomli==2.0.1
ruff==0.1.5
codespell==2.2.6
# type checking
mypy==0.991
types-PyYAML
types-requests
types-setuptools
# testing
pytest
pytest-forked
pytest-asyncio
pytest-rerunfailures
httpx
einops # required for MPT
openai
requests
ray
# Benchmarking
aiohttp