Skip to content

Commit

Permalink
upgrade python to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 authored Mar 6, 2025
1 parent 0b25be9 commit 031e50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cat12/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ neurodocker generate ${neurodocker_buildMode} \
--matlabmcr version=${MATLAB_VERSION} install_path=/opt/mcr \
--miniconda \
version=latest \
conda_install='python=3.8 traits nipype numpy scipy h5py scikit-image' \
conda_install='python=3.9 traits nipype numpy scipy h5py scikit-image' \
pip_install='osfclient' \
--cat12 version=${toolVersion}_R${MATLAB_VERSION} install_path=/opt/cat12 \
--env DEPLOY_BINS=run_spm12.sh:spm12 \
Expand Down

0 comments on commit 031e50d

Please sign in to comment.