Skip to content

Commit de975bc

Browse files
authored
Merge pull request #15 from effigies/dep/pybids_0.9
MAINT: Use PyBIDS 0.9.x
2 parents a2c9e88 + 26613bc commit de975bc

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pybids>=0.7.0,<0.8.0a0
1+
pybids>=0.9.0,<0.10.0a0
22
pytest
33
requests
4-
tqdm
4+
tqdm

templateflow/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
]
4545

4646
REQUIRES = [
47-
'pybids>=0.7.0,<0.8.0a0',
47+
'pybids>=0.9.0,<0.10.0a0',
4848
'requests',
4949
'tqdm',
5050
]

templateflow/conf/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
zipref.extractall(str(TF_HOME))
4040

4141
TF_LAYOUT = Layout(
42-
TF_HOME, validate=False, config='templateflow',
43-
exclude=['.git', '.datalad', '.gitannex', '.gitattributes', 'scripts'])
42+
str(TF_HOME), validate=False, config='templateflow',
43+
ignore=['.git', '.datalad', '.gitannex', '.gitattributes', 'scripts'])

templateflow/conf/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"pattern": "[_/\\\\]cohort-(\\d+)",
1212
"mandatory": false,
1313
"directory": "{{root}}{template}{cohort}",
14-
"missing_value": "cohort-1",
1514
"dtype": "int"
1615
},
1716
{

0 commit comments

Comments
 (0)