Skip to content

Commit

Permalink
update conda packages (#2593)
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli authored Jul 27, 2020
1 parent d039532 commit 26afcaa
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,27 @@ dependencies:
- pytorch>=1.3
- tensorboard>=1.14
- future>=0.17.1
- pyyaml>=3.13
- tqdm>=4.35.0
- PyYAML>=5.1
- tqdm>=4.41.0

# For dev and testing
- black==19.10b0
- check-manifest
- cloudpickle>=1.2
- coverage
- codecov
- codecov>=2.1
- pytest>=3.0.5
- pytest-cov
- pytest-flake8
- flake8
- flake8-black
- autopep8
- twine==1.13.0
- pillow<7.0.0
- scikit-image
- nltk>=3.3

# Optional
- scipy>=0.13.3
- scikit-learn>=0.20.0
- matplotlib>=3.1.1
- omegaconf>=2.0.0
Expand All @@ -44,5 +46,5 @@ dependencies:
- mlflow>=1.0.0
- comet_ml>=1.0.56
- wandb>=0.8.21
- neptune-client>=0.4.4
- neptune-client>=0.4.109
- horovod>=0.19.1

0 comments on commit 26afcaa

Please sign in to comment.