From 52dfe973c6b5f5b872f3360613903078f7a7eb1d Mon Sep 17 00:00:00 2001 From: Carlos Castillo Passi Date: Wed, 25 Oct 2023 22:24:19 -0300 Subject: [PATCH] Added package compat. --- KomaMRIPlots/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/KomaMRIPlots/Project.toml b/KomaMRIPlots/Project.toml index 06fb2651e..d9d07cff4 100644 --- a/KomaMRIPlots/Project.toml +++ b/KomaMRIPlots/Project.toml @@ -21,6 +21,7 @@ KomaPlotsPlutoPlotlyExt = "PlutoPlotly" Interpolations = "0.13, 0.14" KomaMRICore = "0.7" MAT = "0.10" +PackageExtensionCompat = "1.0" PlotlyJS = "0.18" PlutoPlotly = "0.4" Reexport = "1"