@@ -4,24 +4,18 @@ authors = ["Carlo Lucibello and contributors"]
44version = " 0.6.19"
55
66[deps ]
7- Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
87ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
98DataStructures = " 864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
109Flux = " 587475ba-b771-5e3f-ad9e-33799f191a9c"
1110Functors = " d9f16b24-f501-4c13-a1f2-28368ffc5196"
1211GNNGraphs = " aed8fd31-079b-4b5a-b342-a13352159b8c"
13- Graphs = " 86223c79-3864-5bf0-83f7-82e725a168b6"
14- KrylovKit = " 0b1a1467-8014-51b9-945f-bf0ae24f4b77"
1512LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
16- MLUtils = " f1d291b0-491e-4a28-83b9-f70985020b54"
1713MacroTools = " 1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
14+ MLUtils = " f1d291b0-491e-4a28-83b9-f70985020b54"
1815NNlib = " 872c559c-99b0-510c-b3b7-b6c96a88d5cd"
19- NearestNeighbors = " b8a86587-4115-5ab1-83bc-aa920d37bbce"
2016Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2117Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
22- SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2318Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
24- StatsBase = " 2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2519
2620[weakdeps ]
2721CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
@@ -30,26 +24,19 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
3024GraphNeuralNetworksCUDAExt = " CUDA"
3125
3226[compat ]
33- Adapt = " 3, 4"
3427CUDA = " 4, 5"
3528ChainRulesCore = " 1"
3629DataStructures = " 0.18"
3730Flux = " 0.14"
3831Functors = " 0.4.1"
39- Graphs = " 1.4"
4032GNNGraphs = " 1.0"
41- KrylovKit = " 0.6, 0.7, 0.8"
4233LinearAlgebra = " 1"
43- MLDatasets = " 0.7"
44- MLUtils = " 0.4"
4534MacroTools = " 0.5"
35+ MLUtils = " 0.4"
4636NNlib = " 0.9"
47- NearestNeighbors = " 0.4"
4837Random = " 1"
4938Reexport = " 1"
50- SparseArrays = " 1"
5139Statistics = " 1"
52- StatsBase = " 0.34"
5340cuDNN = " 1"
5441julia = " 1.10"
5542
@@ -59,11 +46,13 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
5946ChainRulesTestUtils = " cdddcdb0-9152-4a09-a978-84456f9df70a"
6047DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
6148FiniteDifferences = " 26cc04aa-876d-5657-8c51-4c34ba976000"
49+ Graphs = " 86223c79-3864-5bf0-83f7-82e725a168b6"
6250InlineStrings = " 842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
6351MLDatasets = " eb30cadb-4394-5ae3-aed4-317e484a6458"
52+ SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
6453Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
6554Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
6655cuDNN = " 02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
6756
6857[targets ]
69- test = [" Test" , " Adapt" , " DataFrames" , " InlineStrings" , " Zygote" , " FiniteDifferences" , " ChainRulesTestUtils" , " MLDatasets" , " CUDA" , " cuDNN" ]
58+ test = [" Test" , " Adapt" , " DataFrames" , " InlineStrings" , " SparseArrays " , " Graphs " , " Zygote" , " FiniteDifferences" , " ChainRulesTestUtils" , " MLDatasets" , " CUDA" , " cuDNN" ]
0 commit comments