Skip to content

Commit 4d50023

Browse files
projects
1 parent 53bcfa7 commit 4d50023

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

GNNGraphs/test/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[deps]
2-
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
32
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
43
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
54
GNNGraphs = "aed8fd31-079b-4b5a-b342-a13352159b8c"
@@ -20,7 +19,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2019
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
2120
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
2221
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
23-
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
2422

2523
[compat]
2624
GPUArraysCore = "0.1"
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
[deps]
22
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
3-
DiffEqFlux = "aae7a2af-3d4f-5e19-a356-7da93b79d9d0"
43
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
54
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
65
GraphNeuralNetworks = "cffab07f-9bc2-4db1-8861-388f63bf7694"
76
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
87
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
98
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
109
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
11-
NNlibCUDA = "a00861dc-f156-4864-bf3c-e6376f28a68d"
1210

1311
[compat]
14-
DiffEqFlux = "2"
15-
Flux = "0.13"
16-
GraphNeuralNetworks = "0.6"
12+
Flux = "0.16"
13+
GraphNeuralNetworks = "1"
1714
Graphs = "1"
1815
MLDatasets = "0.7"
19-
julia = "1.9"
16+
julia = "1.10"

0 commit comments

Comments
 (0)