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 6002137 commit f035501Copy full SHA for f035501
requirements.txt
@@ -1,4 +1,4 @@
1
-pybids~=0.11.1
+pybids>=0.12.1
2
requests
3
tqdm
4
pytest
setup.cfg
@@ -24,7 +24,7 @@ project_urls =
24
[options]
25
python_requires = >= 3.6
26
install_requires =
27
- pybids >= 0.11.1
+ pybids >= 0.12.1
28
29
30
test_requires =
templateflow/conf/__init__.py
@@ -88,7 +88,7 @@ def _update_datalad():
88
89
def init_layout():
90
from .bids import Layout
91
- from bids.layout import BIDSLayoutIndexer
+ from bids.layout.index import BIDSLayoutIndexer
92
93
global TF_LAYOUT
94
TF_LAYOUT = Layout(
0 commit comments