@@ -4,18 +4,14 @@ authors = ["Carlo Lucibello and contributors"]
4
4
version = " 0.1.0"
5
5
6
6
[deps ]
7
- Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
8
7
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
9
8
DataStructures = " 864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
10
- Functors = " d9f16b24-f501-4c13-a1f2-28368ffc5196 "
9
+ GNNGraphs = " aed8fd31-079b-4b5a-b342-a13352159b8c "
11
10
Graphs = " 86223c79-3864-5bf0-83f7-82e725a168b6"
12
- KrylovKit = " 0b1a1467-8014-51b9-945f-bf0ae24f4b77"
13
11
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
14
12
MLUtils = " f1d291b0-491e-4a28-83b9-f70985020b54"
15
13
NNlib = " 872c559c-99b0-510c-b3b7-b6c96a88d5cd"
16
14
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
17
- Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
18
- SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
19
15
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
20
16
21
17
[weakdeps ]
@@ -25,36 +21,19 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
25
21
GNNlibCUDAExt = " CUDA"
26
22
27
23
[compat ]
28
- Adapt = " 3, 4 "
24
+ ChainRulesCore = " 1.24 "
29
25
CUDA = " 4, 5"
30
- ChainRulesCore = " 1"
31
26
DataStructures = " 0.18"
32
- Functors = " 0.4.1"
33
- Graphs = " 1.4"
34
- KrylovKit = " 0.6, 0.7"
27
+ GNNGraphs = " 1.0"
35
28
LinearAlgebra = " 1"
36
- MLDatasets = " 0.7"
37
29
MLUtils = " 0.4"
38
30
NNlib = " 0.9"
39
31
Random = " 1"
40
- Reexport = " 1"
41
- SparseArrays = " 1"
42
32
Statistics = " 1"
43
- cuDNN = " 1"
44
33
julia = " 1.10"
45
34
46
35
[extras ]
47
- Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
48
- CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
49
- ChainRulesTestUtils = " cdddcdb0-9152-4a09-a978-84456f9df70a"
50
- DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
51
- FiniteDifferences = " 26cc04aa-876d-5657-8c51-4c34ba976000"
52
- InlineStrings = " 842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
53
- MLDatasets = " eb30cadb-4394-5ae3-aed4-317e484a6458"
54
- SimpleWeightedGraphs = " 47aef6b3-ad0c-573a-a1e2-d07658019622"
55
36
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
56
- Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
57
- cuDNN = " 02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
58
37
59
38
[targets ]
60
- test = [" Test" , " Adapt " , " DataFrames " , " InlineStrings " , " SimpleWeightedGraphs " , " Zygote " , " FiniteDifferences " , " ChainRulesTestUtils " , " MLDatasets " , " CUDA " , " cuDNN " ]
39
+ test = [" Test" ]
0 commit comments