@@ -3,12 +3,6 @@ uuid = "cffab07f-9bc2-4db1-8861-388f63bf7694"
3
3
authors = [" Carlo Lucibello and contributors" ]
4
4
version = " 0.6.14"
5
5
6
- [weakdeps ]
7
- CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
8
-
9
- [extensions ]
10
- GraphNeuralNetworksCUDAExt = " CUDA"
11
-
12
6
[deps ]
13
7
Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
14
8
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -28,6 +22,12 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
28
22
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
29
23
StatsBase = " 2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
30
24
25
+ [weakdeps ]
26
+ CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
27
+
28
+ [extensions ]
29
+ GraphNeuralNetworksCUDAExt = " CUDA"
30
+
31
31
[compat ]
32
32
Adapt = " 3"
33
33
CUDA = " 4, 5"
@@ -52,8 +52,8 @@ julia = "1.9"
52
52
53
53
[extras ]
54
54
Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
55
- ChainRulesTestUtils = " cdddcdb0-9152-4a09-a978-84456f9df70a"
56
55
CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
56
+ ChainRulesTestUtils = " cdddcdb0-9152-4a09-a978-84456f9df70a"
57
57
DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
58
58
FiniteDifferences = " 26cc04aa-876d-5657-8c51-4c34ba976000"
59
59
InlineStrings = " 842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
@@ -63,6 +63,4 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
63
63
cuDNN = " 02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
64
64
65
65
[targets ]
66
- test = [" Test" , " Adapt" , " DataFrames" , " InlineStrings" , " Zygote" ,
67
- " FiniteDifferences" , " ChainRulesTestUtils" , " MLDatasets" ,
68
- " CUDA" , " cuDNN" ]
66
+ test = [" Test" , " Adapt" , " DataFrames" , " InlineStrings" , " Zygote" , " FiniteDifferences" , " ChainRulesTestUtils" , " MLDatasets" , " CUDA" , " cuDNN" ]
0 commit comments