-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 978 Bytes
/
Project.toml
File metadata and controls
32 lines (28 loc) · 978 Bytes
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 = "MAT"
uuid = "23992714-dd62-5051-b70f-ba57cb901cac"
version = "0.11.5"
[deps]
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PooledArrays = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StringEncodings = "69024149-9ee7-55f6-a4c4-859efe599b68"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
CodecZlib = "0.5, 0.6, 0.7"
Dates = "1"
HDF5 = "0.16, 0.17"
OrderedCollections = "1"
PooledArrays = "1.4.3"
StringEncodings = "0.3.7"
Tables = "1.12.1"
julia = "1.6"
[extras]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["DataStructures", "LinearAlgebra", "SparseArrays", "Test"]