Skip to content

Commit

Permalink
MAINT Add environment file for the AMI image
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed May 17, 2018
1 parent a6f687c commit b365673
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions ami_environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: root
channels:
- pytorch
- conda-forge
dependencies:
- scipy
- numpy
- pandas>=0.21
- jupyter
- matplotlib
- scikit-learn>=0.19
- seaborn
- nilearn
- keras
- tensorflow
- pytorch-cpu
- torchvision-cpu
- lightgbm
- xgboost
- catboost
- statsmodels
- pip:
- https://api.github.com/repos/paris-saclay-cds/ramp-workflow/zipball/master

0 comments on commit b365673

Please sign in to comment.