File tree Expand file tree Collapse file tree 4 files changed +146
-345
lines changed
Expand file tree Collapse file tree 4 files changed +146
-345
lines changed Original file line number Diff line number Diff line change 11name = " CTModels"
22uuid = " 34c4fa32-2049-4079-8329-de33c2a22e2d"
33authors = [" Olivier Cots <olivier.cots@toulouse-inp.fr>" ]
4- version = " 0.6.4 "
4+ version = " 0.6.5 "
55
66[deps ]
77CTBase = " 54762871-cc72-4466-b8e8-f6c8b58076cd"
@@ -12,7 +12,6 @@ MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
1212MacroTools = " 1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1313OrderedCollections = " bac558e1-5e72-5ebc-8fee-abe8a469f55d"
1414Parameters = " d96e819e-fc66-5662-9728-84c9c7592b0a"
15- PrettyTables = " 08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
1615RecipesBase = " 3cdcf5f2-1ef4-517c-9805-6587b60abb01"
1716
1817[weakdeps ]
@@ -37,6 +36,5 @@ MacroTools = "0.5"
3736OrderedCollections = " 1"
3837Parameters = " 0.12"
3938Plots = " 1"
40- PrettyTables = " 2"
4139RecipesBase = " 1"
4240julia = " 1.10"
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ using Interpolations
1919using MLStyle
2020using Parameters # @with_kw: to have default values in struct
2121using MacroTools: striplines
22- using PrettyTables # To print a table
2322using RecipesBase: plot, plot!, RecipesBase
2423using OrderedCollections: OrderedDict
2524
You can’t perform that action at this time.
0 commit comments