Skip to content

Commit 8d3f351

Browse files
committed
MNT: Set upper bound on PyBIDS
PyBIDS 0.15 restores handling of zero-padded run indices, which would modify derivatives naming in fMRIPrep 20.2.x and 21.0.x.
1 parent da1fb79 commit 8d3f351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install_requires =
3333
numpy
3434
packaging
3535
pandas
36-
pybids >= 0.11.1
36+
pybids >= 0.11.1, < 0.15
3737
PyYAML
3838
scikit-image
3939
scikit-learn

0 commit comments

Comments
 (0)