Skip to content

Commit b6e090e

Browse files
committed
Merge remote-tracking branch 'upstream/master' into pr/1487
2 parents 6a62c86 + ca465df commit b6e090e

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ RUN pip install --no-cache-dir "templateflow>=0.1.3,<0.2.0a0" && \
173173
# Installing dev requirements (packages that are not in pypi)
174174
WORKDIR /src/
175175
COPY requirements.txt requirements.txt
176-
RUN pip install --no-cache-dir -U pip>=18.1 && \
176+
RUN pip install --no-cache-dir -U "pip==19.1" && \
177177
pip install --no-cache-dir -r requirements.txt
178178

179179
# Installing FMRIPREP

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
- svgutils
2929
- nitime
3030
- nilearn!=0.5.0,!=0.5.1
31-
- git+https://github.com/poldracklab/niworkflows.git@e8f677a0407fc312b7f3d87a4c47726ceb8cd975#egg=niworkflows
31+
- niworkflows<0.10.0a0,>=0.9.1.post1
3232
- tedana>=0.0.5
3333
- smriprep<0.3.0a0,>=0.2.0
3434
- templateflow<0.2.0a0,>=0.1.3

fmriprep/__about__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@
8989
'nipype @ git+https://github.com/nipy/nipype.git@'
9090
'd353f0d879826031334b09d33e9443b8c9b3e7fe',
9191
'nitime',
92-
'niworkflows @ git+https://github.com/poldracklab/niworkflows.git@'
93-
'e8f677a0407fc312b7f3d87a4c47726ceb8cd975',
92+
'niworkflows<0.10.0a0,>=0.9.1.post1',
9493
'numpy',
9594
'pandas',
9695
'psutil>=5.4',
@@ -107,8 +106,6 @@
107106
LINKS_REQUIRES = [
108107
'git+https://github.com/nipy/nipype.git@'
109108
'd353f0d879826031334b09d33e9443b8c9b3e7fe#egg=nipype',
110-
'git+https://github.com/poldracklab/niworkflows.git@'
111-
'e8f677a0407fc312b7f3d87a4c47726ceb8cd975#egg=niworkflows',
112109
]
113110

114111
TESTS_REQUIRES = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
nilearn!=0.5.0,!=0.5.1
22
git+https://github.com/nipy/nipype.git@d353f0d879826031334b09d33e9443b8c9b3e7fe#egg=nipype
3-
git+https://github.com/poldracklab/niworkflows.git@e8f677a0407fc312b7f3d87a4c47726ceb8cd975#egg=niworkflows
3+
niworkflows<0.10.0a0,>=0.9.1.post1
44
smriprep<0.3.0a0,>=0.2.0
55
templateflow<0.2.0a0,>=0.1.3

0 commit comments

Comments
 (0)