Skip to content

Commit 98c5e80

Browse files
committed
fix: dependencies
1 parent 6836521 commit 98c5e80

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.3.0rc1
5-
niworkflows ~= 1.0.1
4+
nipype ~= 1.3.1
5+
niworkflows ~= 1.1.0
66
packaging
77
pydot>=1.2.3
88
pydotplus

setup.cfg

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,16 @@ python_requires = >=3.5
2222
install_requires =
2323
dipy >= 1.0.0
2424
indexed_gzip >=0.8.8
25-
nibabel >=2.2.1
25+
nibabel ~= 3.0.0rc1
2626
nilearn !=0.5.0, !=0.5.1
27-
nipype >=1.2.0
28-
niworkflows ~= 1.0.1
27+
nipype ~= 1.3.1
28+
niworkflows ~= 1.1.0
2929
numpy
30-
pandas
3130
psutil >=5.4
3231
pybids ~= 0.9.2
3332
pyyaml
34-
scikit-image
35-
smriprep ~= 0.4.0
36-
statsmodels
37-
templateflow ~= 0.4.1
33+
smriprep ~= 0.4.1
34+
templateflow ~= 0.4.2rc
3835
test_requires =
3936
codecov
4037
coverage

0 commit comments

Comments
 (0)