-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
35 lines (31 loc) · 1.02 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
name = "MultiStateSystems"
uuid = "63dd226a-9d27-42a2-9f4c-7f7a071798e0"
authors = ["Tom Van Acker", "Glenn Emmers"]
version = "0.2.2"
[deps]
AdditionalUnits = "02d9b4f0-7821-44c6-acbd-01a1ab91b72e"
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.9.0"
Interpolations = "0.15"
Measurements = "2.11.0"
Multigraphs = "0.3.0"
OrdinaryDiffEq = "6.58.2"
QuadGK = "2.9.4"
SpecialFunctions = "2.3.1"
Unitful = "1.19.0"
julia = "1.8"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]