Skip to content

Commit d88bcd3

Browse files
committed
fix(docs): update smriprep dependency
1 parent ca8f256 commit d88bcd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049785a1026451b3#egg=sphinxcontrib-napoleon
22
git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63#egg=sphinxcontrib-versioning
33
nbsphinx
4-
nipype ~= 1.4.2
4+
nipype ~= 1.4
55
niworkflows ~= 1.1.10
66
packaging
77
pydot>=1.2.3
88
pydotplus
9-
smriprep ~= 0.5.2
9+
smriprep >= 0.6.0rc1
1010
sphinx-argparse
1111
sphinx>=2.1.2
1212
sphinx_rtd_theme

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install_requires =
2323
dipy >=1.0.0
2424
indexed_gzip >=0.8.8
2525
nibabel ~= 3.0
26-
nipype ~= 1.4.2
26+
nipype ~= 1.4
2727
niworkflows ~= 1.1.10
2828
numpy
2929
pybids >= 0.9.4

0 commit comments

Comments
 (0)