Skip to content

Commit 72811b8

Browse files
committed
PIN: doi2bib to older versions until bibcure/doi2bib#6 is resolved
1 parent c9fe6cd commit 72811b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
source /tmp/venv/bin/activate
4646
pip install -U pip
4747
pip install -r /tmp/src/templateflow/requirements.txt
48-
pip install "datalad ~= 0.11.8" doi2bib
48+
pip install "datalad ~= 0.11.8" "doi2bib < 0.4"
4949
pip install "setuptools>=42.0" "setuptools_scm[toml] >= 3.4" twine codecov
5050
5151
- run:

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 >= 0.4.0
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)