11name = " SparseMatrixColorings"
22uuid = " 0a514795-09f3-496d-8182-132a7b665d35"
3+ version = " 0.4.27"
34authors = [" Guillaume Dalle" , " Alexis Montoison" ]
4- version = " 0.4.22"
55
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -18,25 +18,35 @@ BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
1818CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
1919CliqueTrees = " 60701a23-6482-424a-84db-faee86b9b1f8"
2020Colors = " 5ae59095-9a9b-59fe-a467-6f913c188581"
21+ GPUArrays = " 0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
22+ JuMP = " 4076af6c-e467-56ae-b986-b466b2749572"
23+ MathOptInterface = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
24+ cuSPARSE = " b26da814-b3bc-49ef-b0ee-c816305aa060"
2125
2226[extensions ]
2327SparseMatrixColoringsBandedMatricesExt = " BandedMatrices"
2428SparseMatrixColoringsBlockBandedMatricesExt = [" BlockArrays" , " BlockBandedMatrices" ]
25- SparseMatrixColoringsCUDAExt = " CUDA"
29+ SparseMatrixColoringsCUDAExt = [ " CUDA" , " cuSPARSE " ]
2630SparseMatrixColoringsCliqueTreesExt = " CliqueTrees"
2731SparseMatrixColoringsColorsExt = " Colors"
32+ SparseMatrixColoringsGPUArraysExt = " GPUArrays"
33+ SparseMatrixColoringsJuMPExt = [" JuMP" , " MathOptInterface" ]
2834
2935[compat ]
3036ADTypes = " 1.2.1"
3137BandedMatrices = " 1.9.4"
3238BlockArrays = " 1.6.3"
3339BlockBandedMatrices = " 0.13.1"
34- CUDA = " 5.8.2 "
40+ CUDA = " 6.0.0 "
3541CliqueTrees = " 1"
3642Colors = " 0.12.11, 0.13"
3743DocStringExtensions = " 0.8,0.9"
38- LinearAlgebra = " <0.0.1, 1"
44+ GPUArrays = " 11.5.0"
45+ JuMP = " 1.29.1"
46+ LinearAlgebra = " 1"
47+ MathOptInterface = " 1.45.0"
3948PrecompileTools = " 1.2.1"
40- Random = " <0.0.1, 1"
41- SparseArrays = " <0.0.1, 1"
49+ Random = " 1"
50+ SparseArrays = " 1"
51+ cuSPARSE = " 6.0.0"
4252julia = " 1.10"
0 commit comments