Skip to content

Commit 0b26e94

Browse files
oestebaneffigies
authored andcommitted
fix: jinja2 uses a removed (previously deprecated) function
1 parent bd1a7f8 commit 0b26e94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ python_requires = >= 3.7
2727
install_requires =
2828
attrs
2929
jinja2
30+
markupsafe ~= 2.0.1 # jinja2 imports deprecated function removed in 2.1
3031
matplotlib >= 3.4.2
3132
nibabel ~= 3.0
3233
nilearn >= 0.5.2

0 commit comments

Comments
 (0)