Skip to content

Commit 89efea4

Browse files
authored
Merge pull request #552 from nipreps/rel/1.2.7
FIX: Pin PyBIDS < 0.11 (and TemplateFlow < 0.6.3) only on the 1.2.x series.
2 parents b74736f + 2a30daf commit 89efea4

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)