diff --git a/pyproject.toml b/pyproject.toml index 1e3bf042..927df645 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,9 +26,9 @@ dependencies = [ "nibabel >= 3.0.1", "nilearn >= 0.5.1", "nipype ~= 1.4", - "nireports ~= 23.1", + "nireports @ git+https://github.com/nipreps/nireports.git@fix/129-funky-fmriplot", "nitransforms ~= 24.0", - "niworkflows ~=1.10.1", + "niworkflows ~=1.10", "numpy ~=1.20", "orjson", "pandas",