Skip to content

Commit 27b824f

Browse files
committed
fix niworkflows pinning
1 parent 5d70673 commit 27b824f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fmriprep/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
'scikit-image',
106106
'versioneer',
107107
'pyyaml',
108-
'transforms3d'
108+
'transforms3d',
109109
]
110110

111111
LINKS_REQUIRES = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git+https://github.com/poldracklab/niworkflows.git@fdf20103b9dedd4632bb8e26a5eb3b896e349fd2#egg=niworkflows
1+
niworkflows>=0.4.3
22
grabbit==0.2.3
33
pybids==0.6.5
44
versioneer

0 commit comments

Comments
 (0)