File tree Expand file tree Collapse file tree 4 files changed +134
-21
lines changed Expand file tree Collapse file tree 4 files changed +134
-21
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ ENV MKL_NUM_THREADS=1 \
244
244
245
245
# Installing FMRIPREP
246
246
COPY --from=src /src/fmriprep/dist/*.whl .
247
- RUN pip install --no-cache-dir $( ls *.whl )[telemetry ,test]
247
+ RUN pip install --no-cache-dir $( ls *.whl )[container ,test]
248
248
249
249
RUN find $HOME -type d -exec chmod go=u {} + && \
250
250
find $HOME -type f -exec chmod go=u {} + && \
Original file line number Diff line number Diff line change @@ -10,16 +10,18 @@ dependencies:
10
10
# Intel Math Kernel Library for numpy
11
11
- mkl=2022.1
12
12
- mkl-service=2.4
13
+ # git-annex for templateflow users with DataLad superdatasets
14
+ - git-annex=*=alldep*
13
15
# Base scientific python stack; required by FSL, so pinned here
14
16
- numpy=1.25
15
- - scipy=1.10
17
+ - scipy=1.11
16
18
- matplotlib=3.7
17
19
- pandas=2.0
18
20
- h5py=3.8
19
21
# Dependencies compiled against numpy, best to stick with conda
20
- - nitime=0.9
21
- - scikit-image=0.20
22
- - scikit-learn=1.2
22
+ - nitime=0.10
23
+ - scikit-image=0.21
24
+ - scikit-learn=1.3
23
25
# Utilities
24
26
- graphviz=6.0
25
27
- pandoc=3.1
Original file line number Diff line number Diff line change @@ -64,6 +64,12 @@ dev = [
64
64
]
65
65
duecredit = [" duecredit" ]
66
66
resmon = []
67
+ container = [
68
+ " fmriprep[telemetry]" ,
69
+ # templateflow extras
70
+ " datalad" ,
71
+ " datalad-osf" ,
72
+ ]
67
73
telemetry = [
68
74
" migas >= 0.3.0" ,
69
75
" sentry-sdk >= 1.3" ,
You can’t perform that action at this time.
0 commit comments