We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a302bc7 commit 56dc91cCopy full SHA for 56dc91c
.circleci/config.yml
@@ -30,7 +30,7 @@ jobs:
30
source /tmp/venv/bin/activate
31
python -m pip install -U pip
32
python -m pip install -r /tmp/src/templateflow/dev-requirements.txt
33
- python -m pip install datalad
+ python -m pip install -U "datalad ~= 0.19.0"
34
python -m pip install -U build hatch twine pkginfo codecov
35
36
- run:
pyproject.toml
@@ -43,7 +43,7 @@ test = [
43
"coverage",
44
]
45
datalad = [
46
- "datalad ~= 0.12.0"
+ "datalad ~= 0.19.0"
47
48
doc = [
49
"nbsphinx",
0 commit comments