Skip to content

Commit 2a30daf

Browse files
committed
fix(pybids): disallow pybids 0.11 as the extension magic breaks tests
Also, pin templateflow < 0.6.3 for the same reason. See nipreps#548 for the fix in the development branch.
1 parent c0e9d30 commit 2a30daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ 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
3939
scipy
4040
seaborn
4141
svgutils
4242
transforms3d
43-
templateflow >= 0.4.2
43+
templateflow >= 0.4.2, < 0.6.3
4444
test_requires =
4545
coverage < 5
4646
pytest >= 4.4

0 commit comments

Comments
 (0)