We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fece05 commit f418243Copy full SHA for f418243
pyproject.toml
@@ -27,7 +27,7 @@ dependencies = [
27
"nibabel >= 3.0",
28
"nipype >= 1.8.5",
29
"migas >= 0.4.0",
30
- "nireports >= 24.1.0",
+ "nireports >= 25.0.1",
31
"niworkflows >= 1.11.0",
32
"nitransforms >= 24.1.0",
33
"numpy >= 1.23",
sdcflows/viz/utils.py
@@ -46,7 +46,7 @@ def plot_registration(
46
from lxml import etree
47
import matplotlib.pyplot as plt
48
from nilearn.plotting import plot_anat
49
- from svgutils.transform import SVGFigure
+ from nireports._vendored.svgutils.transform import SVGFigure
50
from nireports.reportlets.utils import robust_set_limits, extract_svg, SVGNS
51
52
plot_params = plot_params or {}
0 commit comments