2023-07-03 11:31:55 -07:00
|
|
|
# formatting
|
|
|
|
yapf==0.32.0
|
2023-12-14 03:19:41 -05:00
|
|
|
toml==0.10.2
|
2024-02-22 02:56:01 +00:00
|
|
|
tomli==2.0.1
|
2023-11-20 11:58:01 -08:00
|
|
|
ruff==0.1.5
|
2024-02-22 02:56:01 +00:00
|
|
|
codespell==2.2.6
|
2024-03-25 23:59:47 +09:00
|
|
|
isort==5.13.2
|
2023-07-03 11:31:55 -07:00
|
|
|
|
|
|
|
# type checking
|
|
|
|
mypy==0.991
|
|
|
|
types-PyYAML
|
|
|
|
types-requests
|
|
|
|
types-setuptools
|
|
|
|
|
|
|
|
# testing
|
2023-05-23 17:58:51 -07:00
|
|
|
pytest
|
2023-09-01 11:19:43 +09:00
|
|
|
pytest-forked
|
2023-09-17 00:29:08 -07:00
|
|
|
pytest-asyncio
|
2024-03-01 14:47:51 -06:00
|
|
|
pytest-rerunfailures
|
2024-03-17 14:56:30 -07:00
|
|
|
pytest-shard
|
2024-01-14 12:37:58 -08:00
|
|
|
httpx
|
|
|
|
einops # required for MPT
|
2024-01-17 05:33:14 +00:00
|
|
|
openai
|
|
|
|
requests
|
2024-02-22 09:58:29 -08:00
|
|
|
ray
|
2024-03-09 17:14:16 -08:00
|
|
|
peft
|
2024-03-07 03:39:28 -05:00
|
|
|
|
|
|
|
# Benchmarking
|
|
|
|
aiohttp
|