Skip to content

Commit

Permalink
build: add PrettyTables as a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Oct 20, 2023
1 parent d4f9c76 commit cf3fc49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit cf3fc49

Please sign in to comment.