lightning/tests/requirements.txt

15 lines
336 B
Plaintext

# install all extra dependencies for full package testing
-r ../requirements-extra.txt
# extended list of dependencies dor development and run lint and tests
torchvision>=0.4.0, < 0.5 # the 0.5. has some issues with torch JIT
tox
coverage
codecov
pytest>=3.0.5
pytest-cov
pytest-flake8
flake8
check-manifest
twine==1.13.0
pillow<7.0.0