Skip to content

Commit

Permalink
Merge pull request #363 from oesteban/rf/update-templateflow-0.3.0
Browse files Browse the repository at this point in the history
PIN: TemplateFlow to latest (0.3.0), including infant and pediatric templates
  • Loading branch information
oesteban authored Jun 5, 2019
2 parents b7ba1b0 + 36f2b56 commit 4326c6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ RUN python -c "from matplotlib import font_manager" && \
sed -i 's/\(backend *: \).*$/\1Agg/g' $( python -c "import matplotlib; print(matplotlib.matplotlib_fname())" )

# Precaching atlases
RUN pip install --no-cache-dir "templateflow>=0.1.0,<0.2.0a0" && \
RUN pip install --no-cache-dir "templateflow<0.4.0a0,>=0.3.0" && \
python -c "from templateflow import api as tfapi; \
tfapi.get('MNI152Lin|MNI152NLin2009cAsym|OASIS30ANTs', suffix='T1w'); \
tfapi.get('MNI152Lin|MNI152NLin2009cAsym|OASIS30ANTs', desc='brain', suffix='mask'); \
Expand Down
3 changes: 1 addition & 2 deletions niworkflows/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
# vi: set ft=python sts=4 ts=4 sw=4 et:
"""
Expand Down Expand Up @@ -64,7 +63,7 @@
'scipy',
'seaborn',
'svgutils',
'templateflow<0.2.0a0,>=0.1.7',
'templateflow<0.4.0a0,>=0.3.0',
]

SETUP_REQUIRES = []
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git+https://github.com/daavoo/pyntcloud.git#egg=pyntcloud-0.0.1
templateflow<0.2.0a0,>=0.1.7
templateflow<0.4.0a0,>=0.3.0

0 comments on commit 4326c6b

Please sign in to comment.