Skip to content

Commit 8c0626c

Browse files
committed
Added pandas as requirement in documentation
1 parent 49d326e commit 8c0626c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/algorithms/misc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,6 +1168,7 @@ class AddCSVRowOutputSpec(TraitedSpec):
11681168
class AddCSVRow(BaseInterface):
11691169
"""
11701170
Short interface to add an extra row to a text file
1171+
Requires pandas - http://pandas.pydata.org/
11711172
11721173
Example
11731174
-------

0 commit comments

Comments
 (0)