mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-20 13:10:42 +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
38 lines
686 B
YAML
38 lines
686 B
YAML
# This is Conda environment file
|
|
# Usage: `conda env update -f environment.yml`
|
|
|
|
channels:
|
|
- conda-forge
|
|
- pytorch
|
|
|
|
dependencies:
|
|
- python==3.7.6
|
|
- pip==20.0.2
|
|
- tqdm>=4.35.0
|
|
- numpy>=1.16.4
|
|
- pytorch>=1.1
|
|
- tensorboard>=1.14
|
|
- future>=0.17.1
|
|
|
|
# For dev and testing
|
|
- torchvision>=0.4.0
|
|
- tox
|
|
- coverage
|
|
- codecov
|
|
- pytest>=3.0.5
|
|
- pytest-cov
|
|
- pytest-flake8
|
|
- flake8
|
|
- autopep8
|
|
- check-manifest
|
|
- twine==1.13.0
|
|
- pillow<7.0.0
|
|
|
|
- pip:
|
|
- test-tube>=0.7.5
|
|
- mlflow>=1.0.0
|
|
- comet_ml>=1.0.56
|
|
- wandb>=0.8.21
|
|
- neptune-client>=0.4.4
|
|
- trains>=0.13.3
|