-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
58 lines (57 loc) · 2.08 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
ClusterAnalysis = "10587292-549a-4141-aed9-b9dca56acf27"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
OptimizationOptimisers = "42dfb2eb-d2b4-4451-abcd-913932933ac1"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Trapz = "592b5752-818d-11e9-1e9a-2b8ca4a44cd1"
WeightInitializers = "d49dbf32-c5c2-4618-8acc-27bb2598ef2d"
[compat]
CSV = "0.10"
CairoMakie = "0.12"
ColorSchemes = "3.26"
ComponentArrays = "0.15.17"
DataFrames = "1.6"
DataInterpolations = "6.4"
DelimitedFiles = "1.9.1"
DifferentialEquations = "7.14"
JLD2 = "0.5.2"
LineSearches = "7.3"
Lux = "1.0"
Makie = "0.21"
Measures = "0.3.2"
MultivariateStats = "0.10"
Optimization = "3.28"
OptimizationOptimJL = "0.3.2"
OptimizationOptimisers = "0.2.1"
Plots = "1.40"
SciMLBase = "2.53.1"
SciMLSensitivity = "7.67"
SpecialFunctions = "2.4.0"
StableRNGs = "1.0.2"
Statistics = "1.10"
StatsPlots = "0.15.7"
Trapz = "2.0.3"
WeightInitializers = "1.0.3"
julia = "1.10.0, 1.10.4"