We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c855f0 commit d9c7c27Copy full SHA for d9c7c27
nipype/info.py
@@ -148,6 +148,7 @@ def get_nipype_gitversion():
148
'pydotplus',
149
'pydot>=%s' % PYDOT_MIN_VERSION,
150
'packaging',
151
+ 'yapf'
152
]
153
154
if sys.version_info <= (3, 4):
requirements.txt
@@ -15,3 +15,4 @@ mock
15
pydotplus
16
pydot>=1.2.3
17
packaging
18
+yapf
0 commit comments