Skip to content

Commit 74371b3

Browse files
committed
PIN: nipype 1.1.7
1 parent ea4f9ba commit 74371b3

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

docs/environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
- python-dateutil
2222
- pydot>=1.2.3
2323
- cython
24-
- nipype>=1.1.6
24+
- nipype>=1.1.7
2525

2626
- pip:
2727
- sphinx-argparse
@@ -31,4 +31,3 @@ dependencies:
3131
- nilearn
3232
- niworkflows>=0.5.1,<0.5.2
3333
- tedana>=0.0.5
34-
- git+https://github.com/effigies/nipype.git@16af71ec3ca85ba55893f6b74cb5366ec8aa7fef#egg=nipype

fmriprep/__about__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
'indexed_gzip>=0.8.8',
8989
'nibabel>=2.2.1',
9090
'nilearn',
91-
'nipype>=1.1.6',
91+
'nipype>=1.1.7',
9292
'nitime',
9393
'niworkflows>=0.5.1,<0.5.2',
9494
'numpy',
@@ -102,8 +102,6 @@
102102

103103

104104
LINKS_REQUIRES = [
105-
'git+https://github.com/effigies/nipype.git@'
106-
'16af71ec3ca85ba55893f6b74cb5366ec8aa7fef#egg=nipype',
107105
]
108106

109107
TESTS_REQUIRES = [

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ niworkflows>=0.5.1,<0.5.2
22
grabbit==0.2.3
33
pybids==0.6.5
44
versioneer
5-
git+https://github.com/effigies/nipype.git@16af71ec3ca85ba55893f6b74cb5366ec8aa7fef#egg=nipype

0 commit comments

Comments
 (0)