-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
34 lines (28 loc) · 980 Bytes
/
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
name = "UnitfulLinearAlgebra"
uuid = "c14bd059-d406-4571-8f61-9bd20e53c30b"
authors = ["G Jake Gebbie <[email protected]>"]
version = "0.4.0"
[deps]
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[weakdeps]
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
UnitfulLatexify = "45397f5d-5981-4c77-b2b3-fc36d6e9b728"
[extensions]
UnitfulLinearAlgebraLatexifyExt = ["Latexify", "UnitfulLatexify"]
[compat]
#DimensionalData = "0.24,0.25,0.27,0.28"
DimensionalData = "0.29"
Revise = "3.6.2"
Statistics = "1"
Unitful = "1"
julia = "1.9,1.10,1.11"
[extras]
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "SparseArrays", "StaticArrays"]