-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
48 lines (44 loc) · 1.55 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
name = "Fronts"
uuid = "45b28afb-7f9c-4d83-a9c8-739861dbc76b"
authors = ["Gabriel S. Gerlero <[email protected]>"]
version = "2.6.3"
[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
NumericalIntegration = "e7bfaba1-d571-5449-8927-abc22e82249b"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
PCHIPInterpolation = "afe20452-48d1-4729-9a8b-50fb251f06cd"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
ResumableFunctions = "c5292f4c-5179-55e1-98c5-05642aab7184"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
[compat]
ArgCheck = "2"
BandedMatrices = "1"
DifferentiationInterface = "0.6.4"
ForwardDiff = "0.10"
LinearAlgebra = "1"
LsqFit = "0.13, 0.14, 0.15"
NaNMath = "1"
NumericalIntegration = "0.3.3"
OrdinaryDiffEq = "6.31"
PCHIPInterpolation = "0.2"
RecipesBase = "1"
RecursiveArrayTools = "2, 3"
Reexport = "1.2.2"
ResumableFunctions = "0.6.3"
StaticArrays = "0.12, 1"
ToeplitzMatrices = "0.7, 0.8"
julia = "1.10"
[extras]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Plots", "Test"]