mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-25 14:00:39 +08:00
* CI: split tests-examples * tests without template * comment depends * CircleCI typo * add doctest * update test req. * CI tests * setup macOS * longer train * lover pred acc * fix model * rename default model * lower tests acc * typo * imports * fix test optimizer * update calls * fix Win * lower Drone image * fix call * pytorch image * fix test * add dev image * add dev image * update image * drone volume * lint * update test notes * rename tests/models >> tests/base * group models * conftest * optim imports * typos * fix import * fix tests * install AMP * tests * fix import
15 lines
336 B
Plaintext
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 |