Skip to content

Commit 00e802d

Browse files
cleanup
1 parent 628da46 commit 00e802d

File tree

6 files changed

+27
-4
lines changed

6 files changed

+27
-4
lines changed

GNNLux/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1717

1818
[compat]
1919
ConcreteStructs = "0.2.3"
20-
GNNGraphs = "1.3"
20+
GNNGraphs = "1.4"
2121
GNNlib = "1"
2222
Lux = "1"
2323
LuxCore = "1"

GNNLux/test/runtests.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## The test environment is instantiated as follows:
2+
# using Pkg
3+
# Pkg.activate(@__DIR__)
4+
# Pkg.develop(path=joinpath(@__DIR__, "..", "..", "GNNGraphs"))
5+
# Pkg.develop(path=joinpath(@__DIR__, "..", "..", "GNNlib"))
6+
# Pkg.develop(path=joinpath(@__DIR__, ".."))
7+
# Pkg.instantiate()
8+
19
using TestItemRunner
210

311
## See https://www.julia-vscode.org/docs/stable/userguide/testitems/

GNNlib/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ GNNlibCUDAExt = "CUDA"
2828

2929
[compat]
3030
AMDGPU = "1"
31-
CUDA = "4, 5"
31+
CUDA = "5"
3232
ChainRulesCore = "1.24"
3333
DataStructures = "0.18"
34-
GNNGraphs = "1.0"
34+
GNNGraphs = "1.4"
3535
GPUArraysCore = "0.1"
3636
LinearAlgebra = "1"
3737
MLUtils = "0.4"

GNNlib/test/runtests.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## The test environment is instantiated as follows:
2+
# using Pkg
3+
# Pkg.activate(@__DIR__)
4+
# Pkg.develop(path=joinpath(@__DIR__, "..", "..", "GNNGraphs"))
5+
# Pkg.develop(path=joinpath(@__DIR__, ".."))
6+
# Pkg.instantiate()
7+
18
using TestItemRunner
29

310
## See https://www.julia-vscode.org/docs/stable/userguide/testitems/

GraphNeuralNetworks/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1919
[compat]
2020
ChainRulesCore = "1"
2121
Flux = "0.15"
22-
GNNGraphs = "1"
22+
GNNGraphs = "1.4"
2323
GNNlib = "1"
2424
LinearAlgebra = "1"
2525
MLUtils = "0.4"

GraphNeuralNetworks/test/runtests.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## The test environment is instantiated as follows:
2+
# using Pkg
3+
# Pkg.activate(@__DIR__)
4+
# Pkg.develop(path=joinpath(@__DIR__, "..", "..", "GNNGraphs"))
5+
# Pkg.develop(path=joinpath(@__DIR__, "..", "..", "GNNlib"))
6+
# Pkg.develop(path=joinpath(@__DIR__, ".."))
7+
# Pkg.instantiate()
8+
19
using TestItemRunner
210

311
## See https://www.julia-vscode.org/docs/stable/userguide/testitems/

0 commit comments

Comments
 (0)