-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (24 loc) · 825 Bytes
/
Project.toml
File metadata and controls
29 lines (24 loc) · 825 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 = "SparseExtra"
uuid = "9b3c4d32-3d7d-4a87-a5c7-b3f87cf9d22b"
authors = ["Sobhan Mohammadpour"]
version = "0.1.1"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
FLoops = "cc61a311-1640-44b5-9fba-1b764f453329"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
[extras]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
julia = "1"
DataStructures = "0.18"
FLoops = "0.2"
StaticArrays = "1"
VectorizationBase = "0.21"
[targets]
test = ["Graphs", "SparseArrays", "Test"]