Skip to content

Commit

Permalink
removed nibabel version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Jun 20, 2024
1 parent 91ca5af commit c2fd931
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile_github
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN pip3 install xvfbwrapper \
pydot \
rdflib \
pbr \
nibabel==3.2.2 \
nibabel \
packaging \
pytest \
install \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_nomcr
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN python -m pip install xvfbwrapper \
pydot \
rdflib \
pbr \
nibabel==3.2.2 \
nibabel \
packaging \
pytest \
install \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_testpypi_nomcr
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN python -m pip install xvfbwrapper \
pydot \
rdflib \
pbr \
nibabel\
nibabel \
packaging \
pytest \
install \
Expand Down

0 comments on commit c2fd931

Please sign in to comment.