Skip to content

Commit

Permalink
ENH: add conda environment for macosx where git-annex has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Jan 13, 2021
1 parent 10e78d9 commit 3cdee53
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions environment_macosx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: py37cmp-gui

channels:
- aramislab
- anaconda
- conda-forge
- conda-forge/label/cf201901
- defaults

dependencies:
- python=3.7
- pip=20.1.1
- numpy=1.18.5 # =1.15.4
- matplotlib=3.2.2 # =2.2.3
- traits=6.0.0 # =5.1
- traitsui=6.1.3 # =6.0.0
- graphviz=2.40.1 # =2.40.1
- nipype=1.5.0 # =1.5.0
- pyside2=5.9.0a1 # =5.9.0a1
- fslpy=3.2.1 # =1.13.2
- fsleyes=0.33.0 # =0.27.3
- indexed_gzip=1.2.* # requirements of fsleyes

- pip:
#- cfflib==2.0.5
# - git+https://github.com/LTS5/cfflib.git
- duecredit==0.8.0 # ==0.7.0
- dipy==1.1.1 # ==0.15.0
- mne==0.20.7 # ==0.17.1
- obspy==1.2.1 # ==1.1.1
- datalad[full]==0.13.0 # ==0.11.4
# - datalad-revolution==0.6.0
- datalad-container==0.3.1
- datalad_neuroimaging==0.2.0
- pybids==0.10.2 # ==0.9.5
- apptools==4.5.0
- statsmodels==0.11.1 # ==0.9.0
- networkx==2.2
- sphinx==3.1.1 # ==1.8.5
- sphinx_rtd_theme==0.5.0 # ==0.4.3
- sphinx-argparse==0.2.5 # ==0.2.5
- recommonmark==0.6.0 # ==0.5.0
- pydicom==2.0.0 # ==1.4.2

0 comments on commit 3cdee53

Please sign in to comment.