File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ before_install:
86
86
fi;
87
87
88
88
- 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
91
91
92
92
install :
93
93
- travis_retry pip install $EXTRA_PIP_FLAGS -e .[$NIPYPE_EXTRAS]
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ function generate_main_dockerfile() {
92
92
conda_install=' python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
93
93
icu=58.1 libxml2 libxslt matplotlib mkl numpy paramiko
94
94
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 " \
96
96
activate=true \
97
97
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
98
98
docker/files/run_pytests.sh nipype/external/fsl_imglob.py /usr/bin/ \
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ def get_nipype_gitversion():
169
169
'profiler' : ['psutil>=5.0' ],
170
170
'duecredit' : ['duecredit' ],
171
171
'xvfbwrapper' : ['xvfbwrapper' ],
172
- 'pybids' : ['pybids==0.6.5 ' ],
172
+ 'pybids' : ['pybids==0.7.0 ' ],
173
173
'ssh' : ['paramiko' ],
174
174
# 'mesh': ['mayavi'] # Enable when it works
175
175
}
You can’t perform that action at this time.
0 commit comments