Skip to content

Commit f035501

Browse files
committed
MAINT: Bump pybids to allow indexer args
1 parent 6002137 commit f035501

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pybids~=0.11.1
1+
pybids>=0.12.1
22
requests
33
tqdm
44
pytest

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ project_urls =
2424
[options]
2525
python_requires = >= 3.6
2626
install_requires =
27-
pybids >= 0.11.1
27+
pybids >= 0.12.1
2828
requests
2929
tqdm
3030
test_requires =

templateflow/conf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def _update_datalad():
8888

8989
def init_layout():
9090
from .bids import Layout
91-
from bids.layout import BIDSLayoutIndexer
91+
from bids.layout.index import BIDSLayoutIndexer
9292

9393
global TF_LAYOUT
9494
TF_LAYOUT = Layout(

0 commit comments

Comments
 (0)