From 86272a458c03443223fe1ea31184c2acdffa0227 Mon Sep 17 00:00:00 2001 From: Andrew Gibbs <32740541+AndrewGibbs@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:34:19 +0000 Subject: [PATCH] added [compat] to Project.toml --- Project.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Project.toml b/Project.toml index ff530e3..9eb97a0 100644 --- a/Project.toml +++ b/Project.toml @@ -14,3 +14,9 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] julia = "1.7" +Documenter = "1.7" +DocumenterCitations = "1.3" +Plots = "1.40" +Roots = "2.1" +SpecialFunctions = "2.3" +StaticArrays = "1.9"