Skip to content

Commit ffb3483

Browse files
committed
pin(niworkflows): set latest commit @ unstable branch
1 parent 952693e commit ffb3483

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

fmriprep/__about__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
32
# vi: set ft=python sts=4 ts=4 sw=4 et:
43
"""
@@ -104,8 +103,8 @@
104103

105104

106105
LINKS_REQUIRES = [
107-
'git+https://github.com/oesteban/niworkflows.git@'
108-
'c37dda4b7ab28fa8dd6c2136b20721310dd3e91d#egg=niworkflows',
106+
'git+https://github.com/poldracklab/niworkflows.git@'
107+
'121ab5df2988d794f915c595ae4bc6dc8259ba2a#egg=niworkflows',
109108
'git+https://github.com/poldracklab/smriprep.git@'
110109
'f1cfc37bcdc346549dbf1d037cdade3a3b32d5de#egg=smriprep-0.1.0',
111110
]

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/oesteban/niworkflows.git@c37dda4b7ab28fa8dd6c2136b20721310dd3e91d#egg=niworkflows
2+
git+https://github.com/poldracklab/niworkflows.git@121ab5df2988d794f915c595ae4bc6dc8259ba2a#egg=niworkflows
33
git+https://github.com/poldracklab/smriprep.git@f1cfc37bcdc346549dbf1d037cdade3a3b32d5de#egg=smriprep-0.1.0
44
templateflow<0.2.0a0,>=0.1.3

0 commit comments

Comments
 (0)