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:
87
87
88
88
- travis_retry pip install -r requirements.txt
89
89
- 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
92
91
93
92
install :
94
93
- 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():
164
164
'profiler' : ['psutil>=5.0' ],
165
165
'duecredit' : ['duecredit' ],
166
166
'xvfbwrapper' : ['xvfbwrapper' ],
167
- 'pybids' : ['pybids' ],
167
+ 'pybids' : ['pybids==0.6.5 ' ],
168
168
'ssh' : ['paramiko' ],
169
169
# 'mesh': ['mayavi'] # Enable when it works
170
170
}
You can’t perform that action at this time.
0 commit comments