Skip to content

Commit ca465df

Browse files
committed
pin(niworkflows): hotfix rolled out with 0.9.1.post1
1 parent b9c31dd commit ca465df

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
@@ -88,8 +88,7 @@
8888
'nilearn!=0.5.0,!=0.5.1',
8989
'nipype>=1.1.6',
9090
'nitime',
91-
'niworkflows @ git+https://github.com/poldracklab/niworkflows.git@'
92-
'e8f677a0407fc312b7f3d87a4c47726ceb8cd975',
91+
'niworkflows<0.10.0a0,>=0.9.1.post1',
9392
'numpy',
9493
'pandas',
9594
'psutil>=5.4',
@@ -104,8 +103,6 @@
104103

105104

106105
LINKS_REQUIRES = [
107-
'git+https://github.com/poldracklab/niworkflows.git@'
108-
'e8f677a0407fc312b7f3d87a4c47726ceb8cd975#egg=niworkflows',
109106
]
110107

111108
TESTS_REQUIRES = [

requirements.txt

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

0 commit comments

Comments
 (0)