|
1 | 1 | name = "CTBase"
|
2 | 2 | uuid = "54762871-cc72-4466-b8e8-f6c8b58076cd"
|
3 | 3 | authors = ["Olivier Cots <olivier.cots@irit.fr>", "Jean-Baptiste Caillau <caillau@univ-cotedazur.fr>"]
|
4 |
| -version = "0.14.1" |
| 4 | +version = "0.15.0" |
5 | 5 |
|
6 | 6 | [deps]
|
7 |
| -DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" |
8 |
| -DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63" |
9 | 7 | DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
|
10 |
| -ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" |
11 |
| -Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" |
12 |
| -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" |
13 |
| -MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078" |
14 |
| -MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" |
15 |
| -Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" |
16 |
| -PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" |
17 |
| -Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" |
18 |
| -Reexport = "189a3867-3050-52da-a836-e630ba90ab69" |
19 |
| -ReplMaker = "b873ce64-0db9-51f5-a568-4457d8e49576" |
20 |
| -SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" |
21 |
| -StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" |
22 |
| -Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" |
23 |
| - |
24 |
| -[weakdeps] |
25 |
| -JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" |
26 |
| -JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" |
27 |
| -Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" |
28 |
| - |
29 |
| -[extensions] |
30 |
| -CTBaseLoadSave = ["JLD2", "JSON3"] |
31 |
| -CTBasePlots = "Plots" |
32 | 8 |
|
33 | 9 | [compat]
|
34 |
| -DataStructures = "0.18" |
35 |
| -DifferentiationInterface = "0.6" |
36 |
| -DocStringExtensions = "0.9" |
37 |
| -ForwardDiff = "0.10" |
38 |
| -Interpolations = "0.15" |
39 |
| -JLD2 = "0.5" |
40 |
| -JSON3 = "1" |
41 |
| -MLStyle = "0.4" |
42 |
| -MacroTools = "0.5" |
43 |
| -Parameters = "0.12" |
44 |
| -Plots = "1.40" |
45 |
| -PrettyTables = "2.2" |
46 |
| -Printf = "1.8" |
47 |
| -Reexport = "1.2" |
48 |
| -ReplMaker = "0.2" |
49 |
| -SparseArrays = "1.10" |
50 |
| -StaticArrays = "1.9" |
| 10 | +DocStringExtensions = "0.9.3" |
51 | 11 | julia = "1.10"
|
0 commit comments