File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,12 @@ dependencies:
21
21
- python-dateutil
22
22
- pydot>=1.2.3
23
23
- cython
24
- - nipype>=1.1.0
24
+ - nipype>=1.1.1
25
25
26
26
- pip :
27
27
- sphinx-argparse
28
28
- doctest-ignore-unicode
29
29
- svgutils
30
30
- nitime
31
31
- nilearn
32
- - git+https://github.com/effigies/nipype.git@1376e103a5b51bde3208476cde4ffc192b47d03b#egg=nipype
33
32
- niworkflows>=0.4.2
Original file line number Diff line number Diff line change 79
79
'versioneer' ,
80
80
]
81
81
82
- LINKS_REQUIRES = [
83
- 'git+https://github.com/effigies/nipype.git@'
84
- '1376e103a5b51bde3208476cde4ffc192b47d03b#egg=nipype' ,
85
- ]
82
+ LINKS_REQUIRES = []
86
83
87
84
TESTS_REQUIRES = [
88
85
"mock" ,
Original file line number Diff line number Diff line change 1
- git+https://github.com/effigies/nipype.git@1376e103a5b51bde3208476cde4ffc192b47d03b#egg=nipype
2
1
niworkflows >= 0.4.2
3
2
versioneer
You can’t perform that action at this time.
0 commit comments