Skip to content

Commit d3d2d76

Browse files
committed
fix conflicts
1 parent 43a619e commit d3d2d76

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ newPRWelcomeComment: >
66
We have detected this is the first time for you to contribute
77
to *dMRIPrep*.
88
Please check out our [contributing guidelines](https://github.com/nipreps/dmriprep/blob/master/CONTRIBUTING.md).
9-
9+
1010
We invite you to list yourself as a *dMRIPrep* contributor, so if your name
1111
is not already mentioned, please modify the
1212
[``.zenodo.json``](https://github.com/nipreps/dmriprep/blob/master/.zenodo.json)
@@ -25,4 +25,4 @@ newPRWelcomeComment: >
2525
Of course, if you want to opt-out this time there is no
2626
problem at all with adding your name later.
2727
You will be always welcome to add it in the future whenever
28-
you feel it should be listed.
28+
you feel it should be listed.

setup.cfg

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,15 @@ install_requires =
2323
indexed_gzip >=0.8.8
2424
nibabel >=2.2.1
2525
nilearn !=0.5.0, !=0.5.1
26-
nipype >=1.2.2
27-
niworkflows ~= 0.10.3
26+
nipype >=1.2.0
27+
niworkflows ~= 0.10.1
2828
numpy
2929
pandas
3030
psutil >=5.4
31-
pybids ~= 0.9.3
31+
pybids ~= 0.9.2
3232
pyyaml
3333
scikit-image
34-
sdcflows ~= 0.1.0
35-
smriprep ~= 0.3.2
34+
smriprep ~= 0.3.0
3635
statsmodels
3736
templateflow ~= 0.4.1
3837
test_requires =

0 commit comments

Comments
 (0)