mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-22 13:30:11 +08:00
* added file that contains information on the minimal versions needed for the supported loggers * copied minimal version, combined files, deleted duplicates * sorted functions in tests/test_loggers.py to be consistent * expanded wandb logging test; added minimal versions for requirements-extra.txt; increased the amount of training data that is used for tests * formatting * added requirements-extra.txt to MANIFEST.in * reverted wandb test; ensured minimal version for dependencies in requirements-extra.txt in ci-testing.yml
12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
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
|
|
-r ../requirements-extra.txt |