Skip to content

Commit 2c9e5ec

Browse files
committed
BF: boost minimal datalad version to 0.12.3 since older ones might not be compatible with recent git annex
1 parent 6034bd4 commit 2c9e5ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

heudiconv/external/dlad.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
lgr = logging.getLogger(__name__)
1212

13-
MIN_VERSION = '0.12.2'
13+
MIN_VERSION = '0.12.4'
1414

1515

1616
def prepare_datalad(studydir, outdir, sid, session, seqinfo, dicoms, bids):
@@ -177,4 +177,4 @@ def mark_sensitive(ds, path_glob):
177177
init=dict([('distribution-restrictions', 'sensitive')]),
178178
recursive=True)
179179
if inspect.isgenerator(res):
180-
res = list(res)
180+
res = list(res)

heudiconv/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
EXTRA_REQUIRES = {
4343
'tests': TESTS_REQUIRES,
4444
'extras': [], # Requires patched version ATM ['dcmstack'],
45-
'datalad': ['datalad >=0.12.2']
45+
'datalad': ['datalad >=0.12.3']
4646
}
4747

4848
# Flatten the lists

0 commit comments

Comments
 (0)