Skip to content

Commit 56dc91c

Browse files
committed
maint: update datalad pinned version
1 parent a302bc7 commit 56dc91c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
source /tmp/venv/bin/activate
3131
python -m pip install -U pip
3232
python -m pip install -r /tmp/src/templateflow/dev-requirements.txt
33-
python -m pip install datalad
33+
python -m pip install -U "datalad ~= 0.19.0"
3434
python -m pip install -U build hatch twine pkginfo codecov
3535
3636
- run:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test = [
4343
"coverage",
4444
]
4545
datalad = [
46-
"datalad ~= 0.12.0"
46+
"datalad ~= 0.19.0"
4747
]
4848
doc = [
4949
"nbsphinx",

0 commit comments

Comments
 (0)