Skip to content

Commit 601e4e7

Browse files
committed
fix(pybids): disallow pybids 0.11 as the extension magic breaks tests
See #548 for the fix in the development branch.
1 parent c0e9d30 commit 601e4e7

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
@@ -32,7 +32,7 @@ install_requires =
3232
nitransforms >= 20.0.0rc3,<20.2
3333
packaging
3434
pandas
35-
pybids >= 0.10.2
35+
pybids ~= 0.10.2
3636
PyYAML
3737
scikit-image
3838
scikit-learn

0 commit comments

Comments
 (0)