Skip to content

Commit 717a69e

Browse files
committed
pin: update several pinned versions
1 parent a6a91bb commit 717a69e

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,6 @@ jobs:
199199
- workdir-v2-{{ .Branch }}-
200200
- workdir-v2-master-
201201
- 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
210202
- run:
211203
name: Refreshing cached intermediate results
212204
command: |
@@ -233,6 +225,14 @@ jobs:
233225
echo "Found tag [wipe ${wipe_dir}] - clearing up $path ..."
234226
rm -rf ${path}
235227
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
236236
- run:
237237
name: Set-up a Docker registry
238238
command: |

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049
22
git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63#egg=sphinxcontrib-versioning
33
nbsphinx
44
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
77
packaging
88
pydot>=1.2.3
99
pydotplus

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ python_requires = >=3.5
2323
setup_requires =
2424
setuptools >=40.8
2525
install_requires =
26-
nibabel >=2.3
26+
nibabel >=3.0.0rc1
2727
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
3030
numpy
31-
pybids ~=0.9.2
32-
templateflow ~= 0.4
31+
pybids ~= 0.9.2
32+
templateflow >=0.4
3333
test_requires =
3434
codecov
3535
coverage

0 commit comments

Comments
 (0)