Skip to content

Commit

Permalink
environment.yml file (exported from conda)
Browse files Browse the repository at this point in the history
Remove appnope

Remove all non pip dependencies

Add python 2 dependency

Adding conda forge as source

remove hash to see if mybinder works
  • Loading branch information
cmaumet committed May 15, 2018
1 parent 0e07582 commit 6dd47d8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Soft_Comp
channels:
- defaults
- conda-forge
dependencies:
- python=2.7.14
- pip:
- backports-abc==0.5
- backports.functools-lru-cache==1.5
- backports.shutil-get-terminal-size==1.0.0
- cycler==0.10.0
- ipython-genutils==0.2.0
- jupyter-client==5.2.2
- jupyter-core==4.4.0
- matplotlib==2.1.0
- nibabel==2.2.0
- nilearn==0.4.0
- numpy==1.13.3
- pandas==0.20.3
- prompt-toolkit==1.0.15
- pyparsing==2.2.0
- pytz==2018.3
- scikit-learn==0.19.1
- scipy==0.19.1
- subprocess32==3.2.7

0 comments on commit 6dd47d8

Please sign in to comment.