Skip to content

Commit b348b1c

Browse files
committed
renamed env file for clarity
1 parent 1cfd647 commit b348b1c

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

conda_environment.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: neural_data_science
2+
channels:
3+
- conda-forge
4+
- nodefaults
5+
dependencies:
6+
- python
7+
- notebook
8+
- numpy
9+
- conda-forge::blas=*=openblas
10+
- ipympl
11+
- ipywidgets
12+
- matplotlib-base
13+
- pandas
14+
- pandoc
15+
- regex
16+
- scikit-image
17+
- scikit-learn
18+
- scipy
19+
- seaborn
20+
- statsmodels
21+
- pybids
22+
- pip
23+
- pydicom
24+
- dicom2nifti
25+
- dcm2bids
26+
- gh
27+
- ghp-import
28+
- jupyter-book
29+
- nbconvert
30+
- nodejs
31+
- nibabel
32+
- nilearn
33+
- opencv
34+
- mne>=1.8.0
35+
- mne-bids
36+
- mne-qt-browser
37+
- autoreject
38+
- python-picard
39+
- h5io
40+
- h5py
41+
- pymatreader
42+
- configparser
43+
pip:
44+
- atlasreader

0 commit comments

Comments
 (0)