Skip to content

Commit

Permalink
pin: update several pinned versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Dec 18, 2019
1 parent a6a91bb commit 717a69e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,6 @@ jobs:
- workdir-v2-{{ .Branch }}-
- workdir-v2-master-
- workdir-v2-
- restore_cache:
keys:
- build-v1-{{ .Branch }}-{{ epoch }}
- build-v1-{{ .Branch }}-
- build-v1-master-
- build-v1-
paths:
- /tmp/docker
- run:
name: Refreshing cached intermediate results
command: |
Expand All @@ -233,6 +225,14 @@ jobs:
echo "Found tag [wipe ${wipe_dir}] - clearing up $path ..."
rm -rf ${path}
fi
- restore_cache:
keys:
- build-v1-{{ .Branch }}-{{ epoch }}
- build-v1-{{ .Branch }}-
- build-v1-master-
- build-v1-
paths:
- /tmp/docker
- run:
name: Set-up a Docker registry
command: |
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049
git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63#egg=sphinxcontrib-versioning
nbsphinx
niflow-nipype1-workflows ~= 0.0.1
nipype>=1.3.0rc1
niworkflows ~= 1.0.0rc1
nipype>=1.3.1
niworkflows ~= 1.1.2
packaging
pydot>=1.2.3
pydotplus
Expand Down
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ python_requires = >=3.5
setup_requires =
setuptools >=40.8
install_requires =
nibabel >=2.3
nibabel >=3.0.0rc1
niflow-nipype1-workflows ~= 0.0.1
nipype >= 1.3.1
niworkflows ~= 1.1.1
nipype >=1.3.1
niworkflows ~= 1.1.2
numpy
pybids ~=0.9.2
templateflow ~= 0.4
pybids ~= 0.9.2
templateflow >=0.4
test_requires =
codecov
coverage
Expand Down

0 comments on commit 717a69e

Please sign in to comment.