Skip to content

Commit

Permalink
Add a environment.yml file to quickly setup a conda env to develop py…
Browse files Browse the repository at this point in the history
…torch-lightning
  • Loading branch information
hadim committed Feb 15, 2020
1 parent 274e16c commit 8674d5c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
channels:
- conda-forge
- pytorch

dependencies:
- python>=3.7
- pip
- future>=0.17.1
- tqdm>=4.35.0
- numpy>=1.16.4
- pytorch>=1.1
- torchvision>=0.4.0, < 0.5 # the 0.5. has some issues with torch JIT
- tox
- coverage
- codecov
- pytest>=3.0.5
- pytest-cov
- flake8
- check-manifest
- twine==1.13.0
- pillow<7.0.0
- pip:
- test-tube>=0.7.5
- mlflow
- comet_ml
- wandb
- sacred
- neptune-client
- tensorboard>=1.14

0 comments on commit 8674d5c

Please sign in to comment.