Skip to content

Commit 7a50914

Browse files
committed
remove old pin
1 parent 7727620 commit 7a50914

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

docs/environment.yml

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

2626
- pip:
2727
- sphinx-argparse
2828
- doctest-ignore-unicode
2929
- svgutils
3030
- nitime
3131
- nilearn
32-
- git+https://github.com/effigies/nipype.git@1376e103a5b51bde3208476cde4ffc192b47d03b#egg=nipype
3332
- niworkflows>=0.4.2

fmriprep/info.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,7 @@
7979
'versioneer',
8080
]
8181

82-
LINKS_REQUIRES = [
83-
'git+https://github.com/effigies/nipype.git@'
84-
'1376e103a5b51bde3208476cde4ffc192b47d03b#egg=nipype',
85-
]
82+
LINKS_REQUIRES = []
8683

8784
TESTS_REQUIRES = [
8885
"mock",

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
git+https://github.com/effigies/nipype.git@1376e103a5b51bde3208476cde4ffc192b47d03b#egg=nipype
21
niworkflows>=0.4.2
32
versioneer

0 commit comments

Comments
 (0)