Skip to content

Commit 5f2445c

Browse files
committed
update zenodo
1 parent f1fc014 commit 5f2445c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.zenodo.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,10 @@
370370
{
371371
"name": "Haselgrove, Christian"
372372
},
373+
{
374+
"name": "Koudoro, Serge",
375+
"affiliation": "Indiana University, IN, USA"
376+
},
373377
{
374378
"affiliation": "1 McGill Centre for Integrative Neuroscience (MCIN), Ludmer Centre for Neuroinformatics and Mental Health, Montreal Neurological Institute (MNI), McGill University, Montr\u00e9al, 3801 University Street, WB-208, H3A 2B4, Qu\u00e9bec, Canada. 2 University of Lyon, CNRS, INSERM, CREATIS., Villeurbanne, 7, avenue Jean Capelle, 69621, France.",
375379
"name": "Glatard, Tristan",

nipype/interfaces/dipy/stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
IFLOGGER = logging.getLogger('nipype.interface')
88

9-
if HAVE_DIPY and LooseVersion(dipy_version()) >= LooseVersion('0.15'):
9+
if HAVE_DIPY and LooseVersion(dipy_version()) >= LooseVersion('0.16'):
1010
from dipy.workflows import stats
1111

1212
l_wkflw = get_dipy_workflows(stats)

0 commit comments

Comments
 (0)