-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
38 lines (34 loc) · 1.1 KB
/
Project.toml
File metadata and controls
38 lines (34 loc) · 1.1 KB
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
name = "MultiStateSystems"
uuid = "63dd226a-9d27-42a2-9f4c-7f7a071798e0"
authors = ["Tom Van Acker", "Glenn Emmers"]
version = "0.3.1"
[deps]
AdditionalUnits = "02d9b4f0-7821-44c6-acbd-01a1ab91b72e"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
Multigraphs = "7ebac608-6c66-46e6-9856-b5f43e107bac"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
AdditionalUnits = "0.1.4"
Graphs = "1.12.0"
Interpolations = "0.15.1"
Measurements = "2.12.0"
DSP = "0.8.2"
Multigraphs = "0.3.0"
OrdinaryDiffEq = "6.93.0"
QuadGK = "2.11.2"
SpecialFunctions = "2.5.0"
Unitful = "1.22.0"
SparseArrays = "1.10.0"
julia = "1.11"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]