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 e8a5c10 commit 4df6327Copy full SHA for 4df6327
.circleci/config.yml
@@ -25,7 +25,7 @@ jobs:
25
source /tmp/venv/bin/activate
26
pip install -U pip
27
pip install -r /tmp/src/templateflow/requirements.txt
28
- pip install "datalad ~= 0.11.8"
+ pip install datalad
29
pip install "setuptools>=45" "setuptools_scm >= 6.2" nipreps-versions build twine codecov
30
31
- run:
requirements.txt
@@ -1,4 +1,5 @@
1
pybids>=0.15.2
2
+importlib_resources >= 5.7; python_version < '3.11'
3
requests
4
tqdm
5
pytest
0 commit comments