Skip to content

Commit 7a7f77c

Browse files
committed
FIX: Dependency conflict between niworkflows and templateflow
References: #2264 References: #2266
1 parent 44b2eaf commit 7a7f77c

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
@@ -31,12 +31,12 @@ install_requires =
3131
numpy
3232
pandas
3333
psutil >= 5.4
34-
pybids >= 0.10.2
34+
pybids ~= 0.10.2
3535
pyyaml
3636
sdcflows ~= 1.3.1
3737
smriprep ~= 0.6.1
3838
tedana >= 0.0.9a1, < 0.0.10
39-
templateflow ~= 0.6
39+
templateflow >=0.4.2, < 0.6.3
4040
toml
4141
test_requires =
4242
coverage

0 commit comments

Comments
 (0)