Skip to content

Commit 0f94d9d

Browse files
committed
Bump pybids version to 0.7.0
1 parent a0e92f1 commit 0f94d9d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ before_install:
8686
fi;
8787

8888
- travis_retry pip install -r requirements.txt
89-
- travis_retry pip install grabbit==0.1.2
90-
- travis_retry git clone https://github.com/INCF/pybids.git ${HOME}/pybids && pip install -e ${HOME}/pybids
89+
- travis_retry pip install grabbit==0.2.6
90+
- travis_retry pip install git+git@github.com:bids-standard/pybids.git@0.7.0#egg=pybids
9191

9292
install:
9393
- travis_retry pip install $EXTRA_PIP_FLAGS -e .[$NIPYPE_EXTRAS]

docker/generate_dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function generate_main_dockerfile() {
9292
conda_install='python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
9393
icu=58.1 libxml2 libxslt matplotlib mkl numpy paramiko
9494
pandas psutil scikit-learn scipy traits=4.6.0' \
95-
pip_install="grabbit==0.1.2 https://github.com/INCF/pybids/tarball/0.6.5" \
95+
pip_install="grabbit==0.2.6 https://github.com/bids-standard/pybids/tarball/0.7.0" \
9696
activate=true \
9797
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
9898
docker/files/run_pytests.sh nipype/external/fsl_imglob.py /usr/bin/ \

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def get_nipype_gitversion():
169169
'profiler': ['psutil>=5.0'],
170170
'duecredit': ['duecredit'],
171171
'xvfbwrapper': ['xvfbwrapper'],
172-
'pybids': ['pybids==0.6.5'],
172+
'pybids': ['pybids==0.7.0'],
173173
'ssh': ['paramiko'],
174174
# 'mesh': ['mayavi'] # Enable when it works
175175
}

0 commit comments

Comments
 (0)