-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (25 loc) · 821 Bytes
/
Project.toml
File metadata and controls
29 lines (25 loc) · 821 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
name = "MatrixDepot"
uuid = "b51810bb-c9f3-55da-ae3c-350fc1fbce05"
version = "1.1"
[deps]
ChannelBuffers = "79a69506-cdd1-4876-b8e5-7af85e53af4f"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
ChannelBuffers = "0.3, 0.4"
DataFrames = "0.20 - 0.22, 1"
JLD2 = "0.5 - 0.6"
MAT = "0.7 - 0.12"
Scratch = "1"
julia = "1.6"
[extras]
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Logging"]