File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,7 @@ before_install:
8787
8888- travis_retry pip install -r requirements.txt
8989- travis_retry pip install grabbit==0.1.2
90- - travis_retry git clone https://github.com/INCF/pybids.git ${HOME}/pybids &&
91- pip install -e ${HOME}/pybids
90+ - travis_retry git clone -b 0.6.5 https://github.com/INCF/pybids.git ${HOME}/pybids && pip install -e ${HOME}/pybids
9291
9392install :
9493- travis_retry pip install $EXTRA_PIP_FLAGS -e .[$NIPYPE_EXTRAS]
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ def get_nipype_gitversion():
164164 'profiler' : ['psutil>=5.0' ],
165165 'duecredit' : ['duecredit' ],
166166 'xvfbwrapper' : ['xvfbwrapper' ],
167- 'pybids' : ['pybids' ],
167+ 'pybids' : ['pybids==0.6.5 ' ],
168168 'ssh' : ['paramiko' ],
169169 # 'mesh': ['mayavi'] # Enable when it works
170170}
You can’t perform that action at this time.
0 commit comments