Skip to content

Commit f418243

Browse files
committed
fix: Use nireports-vendored svgutils library
1 parent 0fece05 commit f418243

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"nibabel >= 3.0",
2828
"nipype >= 1.8.5",
2929
"migas >= 0.4.0",
30-
"nireports >= 24.1.0",
30+
"nireports >= 25.0.1",
3131
"niworkflows >= 1.11.0",
3232
"nitransforms >= 24.1.0",
3333
"numpy >= 1.23",

sdcflows/viz/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def plot_registration(
4646
from lxml import etree
4747
import matplotlib.pyplot as plt
4848
from nilearn.plotting import plot_anat
49-
from svgutils.transform import SVGFigure
49+
from nireports._vendored.svgutils.transform import SVGFigure
5050
from nireports.reportlets.utils import robust_set_limits, extract_svg, SVGNS
5151

5252
plot_params = plot_params or {}

0 commit comments

Comments
 (0)