diff --git a/nipype-auto-conv/specs/package.yaml b/nipype-auto-conv/specs/package.yaml index 9b5b3ac..9c71387 100644 --- a/nipype-auto-conv/specs/package.yaml +++ b/nipype-auto-conv/specs/package.yaml @@ -44,6 +44,15 @@ find_replace: - ["class _ReadDWIMetadataOutputSpec.+?(?=\\n\\n)", ""] - ["dataset = wf_inputs\\.get\\(.*?_datalad_get\\(\\w+\\)", ""] - ["DWIDenoise", "DwiDenoise"] + - [ + "dict\\[int, \\(float, float\\)\\]", + "ty.Dict[int, ty.Tuple[float, float]]", + ] + - [ + "dict\\[str, float \\| np.ndarray\\]", + "ty.Dict[str, ty.Union[float, np.ndarray]]", + ] + - ["\\bdict\\[", "ty.Dict["] omit_modules: - "mriqc.config" import_find_replace: