"tests/run_amp/test_basic_casts.py" did not exist on "3e1a1c097b25c9b32f21fb157ac2621ef5f5a65b"
requirements-dev.txt 173 Bytes
Newer Older
1
2
# formatting
yapf==0.32.0
3
toml==0.10.2
4
ruff==0.1.5
5
6
7
8
9
10
11
12

# type checking
mypy==0.991
types-PyYAML
types-requests
types-setuptools

# testing
13
pytest
Woosuk Kwon's avatar
Woosuk Kwon committed
14
pytest-forked
15
pytest-asyncio
Stephen Krider's avatar
Stephen Krider committed
16