From 0bb730b6e84570e503d3d4a0d9ec50da6e6d84af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:44:05 -0500 Subject: [PATCH] CompatHelper: add new compat entry for Plots in [weakdeps] at version 1, (keep existing compat) (#170) Co-authored-by: CompatHelper Julia Co-authored-by: Jesse Chan <1156048+jlchan@users.noreply.github.com> --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 149db0b5..8f858656 100644 --- a/Project.toml +++ b/Project.toml @@ -36,6 +36,7 @@ HDF5 = "0.16, 0.17" Kronecker = "0.5" NodesAndModes = "1" PathIntersections = "0.1, 0.2" +Plots = "1" RecipesBase = "1" RecursiveArrayTools = "3" Reexport = "1" @@ -45,4 +46,4 @@ StaticArrays = "1" SummationByPartsOperators = "0.5" Triangulate = "2" WriteVTK = "1" -julia = "1.10" \ No newline at end of file +julia = "1.10"