-
Notifications
You must be signed in to change notification settings - Fork 39
/
env.yml
36 lines (36 loc) · 903 Bytes
/
env.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: smriprep
channels:
- https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/
- conda-forge
# Update this ~yearly; last updated March 2024
dependencies:
- python=3.11
# Needed for svgo and bids-validator; consider moving to deno
- nodejs=20
# Intel Math Kernel Library for numpy
- mkl=2023.2
- mkl-service=2.4
# Base scientific python stack; required by FSL, so pinned here
- numpy=1.26
- scipy=1.13
- matplotlib=3.8
- pandas=2.2
- h5py=3.11
# Dependencies compiled against numpy, best to stick with conda
- scikit-image=0.23
- scikit-learn=1.4
# Utilities
- graphviz=9.0
- pandoc=3.1
# Workflow dependencies: ANTs
- ants=2.5
# Workflow dependencies: FSL (versions pinned in 6.0.7.7)
- fsl-bet2=2111.4
- fsl-flirt=2111.2
- fsl-fast4=2111.3
- fsl-miscmaths=2203.2
- pip
- pip:
- -r requirements.txt
variables:
FSLOUTPUTTYPE: NIFTI_GZ