Skip to content

Commit

Permalink
PIN: doi2bib to older versions until bibcure/doi2bib#6 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Sep 13, 2020
1 parent c9fe6cd commit 72811b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
source /tmp/venv/bin/activate
pip install -U pip
pip install -r /tmp/src/templateflow/requirements.txt
pip install "datalad ~= 0.11.8" doi2bib
pip install "datalad ~= 0.11.8" "doi2bib < 0.4"
pip install "setuptools>=42.0" "setuptools_scm[toml] >= 3.4" twine codecov
- run:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ exclude =

[options.extras_require]
citations =
doi2bib >= 0.4.0
doi2bib < 0.4.0
datalad =
datalad ~= 0.12.0
doc =
Expand Down
2 changes: 1 addition & 1 deletion templateflow/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"\tauthor = {Vladimir Fonov and Alan C. Evans and Kelly Botteron and C. "
"Robert Almli and Robert C. McKinstry and D. Louis Collins},\n"
"\ttitle = {Unbiased average age-appropriate atlases for pediatric studies},\n"
"\tjournal = {NeuroImage}}\n}"
"\tjournal = {{NeuroImage}}\n}"
)

mni2009_lbib = (
Expand Down

0 comments on commit 72811b8

Please sign in to comment.