Skip to content

Commit 14ae44c

Browse files
committed
remove PrettyTables dependency
1 parent 3220d90 commit 14ae44c

File tree

4 files changed

+146
-345
lines changed

4 files changed

+146
-345
lines changed

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CTModels"
22
uuid = "34c4fa32-2049-4079-8329-de33c2a22e2d"
33
authors = ["Olivier Cots <olivier.cots@toulouse-inp.fr>"]
4-
version = "0.6.4"
4+
version = "0.6.5"
55

66
[deps]
77
CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd"
@@ -12,7 +12,6 @@ MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
1212
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1313
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
1414
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
15-
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
1615
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
1716

1817
[weakdeps]
@@ -37,6 +36,5 @@ MacroTools = "0.5"
3736
OrderedCollections = "1"
3837
Parameters = "0.12"
3938
Plots = "1"
40-
PrettyTables = "2"
4139
RecipesBase = "1"
4240
julia = "1.10"

src/CTModels.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ using Interpolations
1919
using MLStyle
2020
using Parameters # @with_kw: to have default values in struct
2121
using MacroTools: striplines
22-
using PrettyTables # To print a table
2322
using RecipesBase: plot, plot!, RecipesBase
2423
using OrderedCollections: OrderedDict
2524

0 commit comments

Comments
 (0)