Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ffd0d8e
Lock travis Python 0.6.5
adelavega Oct 9, 2018
8db5111
Merge master
adelavega Oct 15, 2018
801b295
Update BIDSDataGrabber for pybids 0.7, including tests, and derivativ…
adelavega Oct 15, 2018
1d267c8
Fix test, outfields
adelavega Oct 15, 2018
b0121c0
Refer to proper input, index_derivatives
adelavega Oct 16, 2018
cc89c58
Datatype not modality, in pybids tests
adelavega Oct 19, 2018
b8aacce
Merge master
adelavega Jan 11, 2019
a0e92f1
Lint BIDSGrabbder
adelavega Jan 11, 2019
0f94d9d
Bump pybids version to 0.7.0
adelavega Jan 11, 2019
77a0510
use https for travis pybids requirement
adelavega Jan 11, 2019
26a57a6
Merge branch 'master' into update-pybids
adelavega Jan 14, 2019
2a84cab
Merge branch 'master' into update-pybids
adelavega Jan 14, 2019
5590d4d
Re-enable editable mode, and run tests in Python 2
adelavega Jan 14, 2019
3c21466
Merge branch 'master' of https://github.com/nipy/nipype into update-p…
adelavega Jan 16, 2019
d2e53fb
Merge master and fix merge conflict
adelavega Jan 22, 2019
b75bf7c
Update nipype/info.py
effigies Jan 22, 2019
7105cb5
Remove return type named tuple
adelavega Jan 22, 2019
09a1a43
Merge branch 'update-pybids' of github.com:adelavega/nipype into upda…
adelavega Jan 22, 2019
75a5a2b
Update nipype/interfaces/io.py
effigies Jan 22, 2019
139c163
Merge branch 'update-pybids' of github.com:adelavega/nipype into upda…
adelavega Jan 22, 2019
b623cdd
remake specs
adelavega Jan 22, 2019
aeda06a
Add FSL auto test
adelavega Jan 22, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update nipype/info.py
Co-Authored-By: adelavega <[email protected]>
  • Loading branch information
effigies and adelavega authored Jan 22, 2019
commit b75bf7cc13301b7732565cc3a430e28098b69170
2 changes: 1 addition & 1 deletion nipype/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def get_nipype_gitversion():
'profiler': ['psutil>=5.0'],
'duecredit': ['duecredit'],
'xvfbwrapper': ['xvfbwrapper'],
'pybids': ['pybids==0.7.0'],
'pybids': ['pybids>=0.7.0'],
'ssh': ['paramiko'],
# 'mesh': ['mayavi'] # Enable when it works
}
Expand Down