-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
32 lines (28 loc) · 950 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
name = "BLUEs"
uuid = "b3a7f272-e305-45d1-bcf3-14d22bb67726"
authors = ["G Jake Gebbie <ggebbie@whoi.edu>"]
version = "0.2.5"
[deps]
AlgebraicArrays = "8af735f6-f3e5-4048-bdaa-40a2355e9eea"
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulLinearAlgebra = "c14bd059-d406-4571-8f61-9bd20e53c30b"
[compat]
#AlgebraicArrays = "1"
DimensionalData = "0.29"
Measurements = "2"
Statistics = "1"
ToeplitzMatrices = "0.7, 0.8"
Unitful = "1"
UnitfulLinearAlgebra = "0.4"
julia = "1.10,1.11"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]