Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ COPY scripts $RABIES/scripts

RUN micromamba install -y -n base -f $RABIES/rabies_environment.yml && \
micromamba install -n base -y -c conda-forge git && \
micromamba run -n base pip install git+https://github.com/Gab-D-G/simpleitk_timeseries_motion_correction@rabies_conform && \
micromamba run -n base pip install git+https://github.com/Gab-D-G/simpleitk_timeseries_motion_correction@8cc2b031c22df5cf8d01f75ec186570dd3ffb3e9 && \
micromamba run -n base pip install -e $RABIES && \
micromamba clean --all --yes

Expand Down
2 changes: 1 addition & 1 deletion rabies_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/
dependencies:
- python=3.9
- pip
- pip>=23.0
- future
- matplotlib=3.3.4
- nibabel=3.2.1
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# What packages are required for this module to be executed?
REQUIRED = [
# 'requests', 'maya', 'records',
'pip>=23.0',
'matplotlib>=3.3.4',
'nibabel>=3.2.1',
'nilearn>=0.7.1',
Expand All @@ -39,7 +40,7 @@
'networkx<3',
'traits<7.0',
'tqdm',
'simpleitk_timeseries_motion_correction @ git+https://github.com/Gab-D-G/simpleitk_timeseries_motion_correction@rabies_conform',
'simpleitk_timeseries_motion_correction @ git+https://github.com/Gab-D-G/simpleitk_timeseries_motion_correction@8cc2b031c22df5cf8d01f75ec186570dd3ffb3e9',
]

# What packages are optional?
Expand Down
Loading