File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -199,14 +199,6 @@ jobs:
199
199
- workdir-v2-{{ .Branch }}-
200
200
- workdir-v2-master-
201
201
- workdir-v2-
202
- - restore_cache :
203
- keys :
204
- - build-v1-{{ .Branch }}-{{ epoch }}
205
- - build-v1-{{ .Branch }}-
206
- - build-v1-master-
207
- - build-v1-
208
- paths :
209
- - /tmp/docker
210
202
- run :
211
203
name : Refreshing cached intermediate results
212
204
command : |
@@ -233,6 +225,14 @@ jobs:
233
225
echo "Found tag [wipe ${wipe_dir}] - clearing up $path ..."
234
226
rm -rf ${path}
235
227
fi
228
+ - restore_cache :
229
+ keys :
230
+ - build-v1-{{ .Branch }}-{{ epoch }}
231
+ - build-v1-{{ .Branch }}-
232
+ - build-v1-master-
233
+ - build-v1-
234
+ paths :
235
+ - /tmp/docker
236
236
- run :
237
237
name : Set-up a Docker registry
238
238
command : |
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049
2
2
git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63#egg=sphinxcontrib-versioning
3
3
nbsphinx
4
4
niflow-nipype1-workflows ~= 0.0.1
5
- nipype >= 1.3.0rc1
6
- niworkflows ~= 1.0.0rc1
5
+ nipype >= 1.3.1
6
+ niworkflows ~= 1.1.2
7
7
packaging
8
8
pydot >= 1.2.3
9
9
pydotplus
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ python_requires = >=3.5
23
23
setup_requires =
24
24
setuptools >=40.8
25
25
install_requires =
26
- nibabel >=2.3
26
+ nibabel >=3.0.0rc1
27
27
niflow-nipype1-workflows ~= 0.0.1
28
- nipype >= 1.3.1
29
- niworkflows ~= 1.1.1
28
+ nipype >=1.3.1
29
+ niworkflows ~= 1.1.2
30
30
numpy
31
- pybids ~=0.9.2
32
- templateflow ~= 0.4
31
+ pybids ~= 0.9.2
32
+ templateflow >= 0.4
33
33
test_requires =
34
34
codecov
35
35
coverage
You can’t perform that action at this time.
0 commit comments