Skip to content

Commit 1792963

Browse files
committed
pin(nilearn,templateflow): update before release
1 parent 30f608a commit 1792963

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

niworkflows/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
REQUIRES = [
5555
'jinja2',
5656
'matplotlib>=2.2.0',
57-
'nilearn>=0.2.6',
57+
'nilearn>=0.2.6,!=0.5.0,!=0.5.1',
5858
'nipype>=1.1.6',
5959
'packaging',
6060
'pandas',
@@ -63,7 +63,7 @@
6363
'scipy',
6464
'seaborn',
6565
'svgutils',
66-
'templateflow>=0.1.0,<0.2.0a0',
66+
'templateflow<0.2.0a0,>=0.1.7',
6767
]
6868

6969
SETUP_REQUIRES = []

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
git+https://github.com/daavoo/pyntcloud.git#egg=pyntcloud-0.0.1
2-
templateflow>=0.1.0,<0.2.0a0
2+
templateflow<0.2.0a0,>=0.1.7

0 commit comments

Comments
 (0)