Skip to content

Commit f8e38b4

Browse files
committed
FIX: failing doi test
1 parent c13b367 commit f8e38b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ exclude =
4949

5050
[options.extras_require]
5151
citations =
52-
doi2bib
52+
doi2bib >= 0.4.0
5353
datalad =
5454
datalad ~= 0.12.0
5555
doc =

templateflow/tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"\tauthor = {Vladimir Fonov and Alan C. Evans and Kelly Botteron and C. "
2525
"Robert Almli and Robert C. McKinstry and D. Louis Collins},\n"
2626
"\ttitle = {Unbiased average age-appropriate atlases for pediatric studies},\n"
27-
"\tjournal = {{NeuroImage}}\n}"
27+
"\tjournal = {NeuroImage}}\n}"
2828
)
2929

3030
mni2009_lbib = (

0 commit comments

Comments
 (0)