From cf3fc499f170e2cae3051a99182b1cc442a52ef9 Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan Date: Fri, 20 Oct 2023 10:55:43 +0530 Subject: [PATCH] build: add PrettyTables as a dep --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) 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"