Skip to content

Commit

Permalink
only marmo, testing with forcing nibabel=3.2.2 works better
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Jul 18, 2022
1 parent c8fb7b7 commit c5e6027
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_on_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ jobs:
ls macapype_CI/macaque_prime-de
echo ""
docker run -i -v /home/ubuntu/actions-runner/_work/macapype/macapype/macapype_CI:/data macatools/macapype:latest segment_pnh -data /data/macaque_prime-de/ -out /data/macaque_prime-de/results -soft ANTS -species macaque -indiv /data/macaque_prime-de/indiv_params_segment_macaque.json -sub 032140 -ses 001 -deriv -pad
docker run -i -v /home/ubuntu/actions-runner/_work/macapype/macapype/macapype_CI:/data macatools/macapype:latest segment_pnh -data /data/baboon-cerimed-adrien -out /data/baboon-cerimed-adrien/results -soft ANTS -species baboon -indiv /data/baboon-cerimed-adrien/indiv_params_segment_baboon_long_single_prep.json -sub Odor -ses T1 -deriv -pad
docker run -i -v /home/ubuntu/actions-runner/_work/macapype/macapype/macapype_CI:/data macatools/macapype:latest segment_pnh -data /data/marmo-marmobrain -out /data/marmo-marmobrain/results -soft ANTS -species marmo -indiv /data/marmo-marmobrain/indiv_params_segment_marmo.json -sub 8034 -ses 01 -deriv -pad
- name: Cleaning dataset
Expand Down
2 changes: 1 addition & 1 deletion macapype/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.1.1-dev7'
__version__ = '0.3.1.1-dev8'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


required_packages=[
"nipype", "nilearn", "networkx", "pybids", "scikit-image", "nibabel", "numpy",
"nipype", "nilearn", "networkx", "pybids", "scikit-image", "nibabel==3.2.2", "numpy",
"brain-slam"]

verstr = "unknown"
Expand Down

0 comments on commit c5e6027

Please sign in to comment.