Skip to content

Commit

Permalink
QSMxT: Fix setuptools version to 69.5.1 for FastSurfer bug
Browse files Browse the repository at this point in the history
  • Loading branch information
astewartau committed Jul 26, 2024
1 parent a62daf7 commit 575bdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qsmxt/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ neurodocker generate ${neurodocker_buildMode} \
--miniconda version=4.7.12.1 conda_install='python=3.8' \
--run="rm -rf /usr/bin/python3.8 \
&& ln -s /opt/miniconda-latest/bin/python /usr/bin/python3.8 \
&& pip install setuptools==70.0 \
&& pip install setuptools==69.5.1 \
&& pip install qsmxt==${toolVersion} \
&& pip install dunamai \
&& pip install git+https://github.com/astewartau/nii2dcm.git@qsm \
Expand Down

0 comments on commit 575bdbf

Please sign in to comment.