diff --git a/Project.toml b/Project.toml index 6a3fb7cb..2d1ad771 100644 --- a/Project.toml +++ b/Project.toml @@ -4,6 +4,7 @@ version = "4.4.0" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" @@ -24,6 +25,7 @@ DataInterpolationsSymbolicsExt = "Symbolics" [compat] ChainRulesCore = "0.9.44, 0.10, 1" Optim = "0.19, 0.20, 0.21, 0.22, 1.0" +PrettyTables = "2" QuadGK = "2.9.1" RecipesBase = "0.8, 1.0" RecursiveArrayTools = "2"