generated from control-toolbox/CTApp.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
42 lines (38 loc) · 1.17 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name = "CTModels"
uuid = "34c4fa32-2049-4079-8329-de33c2a22e2d"
authors = ["Olivier Cots <[email protected]>"]
version = "0.3.0"
[deps]
CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
[weakdeps]
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[extensions]
CTModelsJLD = "JLD2"
CTModelsJSON = "JSON3"
CTModelsPlots = "Plots"
[compat]
CTBase = "0.16"
DocStringExtensions = "0.9"
Interpolations = "0.15"
JLD2 = "0.5"
JSON3 = "1.14"
LinearAlgebra = "1"
MLStyle = "0.4"
MacroTools = "0.5"
OrderedCollections = "1.8.0"
Parameters = "0.12"
Plots = "1.40"
PrettyTables = "2.4"
RecipesBase = "1.3"
julia = "1.10"