Skip to content

Commit 4df6327

Browse files
committed
CI: Update installation requirements for tests
1 parent e8a5c10 commit 4df6327

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
source /tmp/venv/bin/activate
2626
pip install -U pip
2727
pip install -r /tmp/src/templateflow/requirements.txt
28-
pip install "datalad ~= 0.11.8"
28+
pip install datalad
2929
pip install "setuptools>=45" "setuptools_scm >= 6.2" nipreps-versions build twine codecov
3030
3131
- run:

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pybids>=0.15.2
2+
importlib_resources >= 5.7; python_version < '3.11'
23
requests
34
tqdm
45
pytest

0 commit comments

Comments
 (0)