From 4d2f8ef4e7277bb616589670ea8313f13f8b1e2a Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Wed, 4 Sep 2024 00:39:55 -0500 Subject: [PATCH] try adding DocStringExtensions as an explicit dep --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 57955494..37a5c251 100644 --- a/Project.toml +++ b/Project.toml @@ -5,6 +5,7 @@ version = "1.1.5" [deps] ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9" +DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" Kronecker = "2c470bb0-bcc8-11e8-3dad-c9649493f05e" @@ -31,6 +32,7 @@ TriangulatePlotsExt = "Plots" [compat] ConstructionBase = "1" +DocStringExtensions = "0.9" FillArrays = "0.13, 1" HDF5 = "0.16, 0.17" Kronecker = "0.5"