Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Dec 9, 2024
1 parent 628da46 commit 00e802d
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GNNLux/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
ConcreteStructs = "0.2.3"
GNNGraphs = "1.3"
GNNGraphs = "1.4"
GNNlib = "1"
Lux = "1"
LuxCore = "1"
Expand Down
8 changes: 8 additions & 0 deletions GNNLux/test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## The test environment is instantiated as follows:
# using Pkg
# Pkg.activate(@__DIR__)
# Pkg.develop(path=joinpath(@__DIR__, "..", "..", "GNNGraphs"))
# Pkg.develop(path=joinpath(@__DIR__, "..", "..", "GNNlib"))
# Pkg.develop(path=joinpath(@__DIR__, ".."))
# Pkg.instantiate()

using TestItemRunner

## See https://www.julia-vscode.org/docs/stable/userguide/testitems/
Expand Down
4 changes: 2 additions & 2 deletions GNNlib/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ GNNlibCUDAExt = "CUDA"

[compat]
AMDGPU = "1"
CUDA = "4, 5"
CUDA = "5"
ChainRulesCore = "1.24"
DataStructures = "0.18"
GNNGraphs = "1.0"
GNNGraphs = "1.4"
GPUArraysCore = "0.1"
LinearAlgebra = "1"
MLUtils = "0.4"
Expand Down
7 changes: 7 additions & 0 deletions GNNlib/test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## The test environment is instantiated as follows:
# using Pkg
# Pkg.activate(@__DIR__)
# Pkg.develop(path=joinpath(@__DIR__, "..", "..", "GNNGraphs"))
# Pkg.develop(path=joinpath(@__DIR__, ".."))
# Pkg.instantiate()

using TestItemRunner

## See https://www.julia-vscode.org/docs/stable/userguide/testitems/
Expand Down
2 changes: 1 addition & 1 deletion GraphNeuralNetworks/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
ChainRulesCore = "1"
Flux = "0.15"
GNNGraphs = "1"
GNNGraphs = "1.4"
GNNlib = "1"
LinearAlgebra = "1"
MLUtils = "0.4"
Expand Down
8 changes: 8 additions & 0 deletions GraphNeuralNetworks/test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## The test environment is instantiated as follows:
# using Pkg
# Pkg.activate(@__DIR__)
# Pkg.develop(path=joinpath(@__DIR__, "..", "..", "GNNGraphs"))
# Pkg.develop(path=joinpath(@__DIR__, "..", "..", "GNNlib"))
# Pkg.develop(path=joinpath(@__DIR__, ".."))
# Pkg.instantiate()

using TestItemRunner

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

0 comments on commit 00e802d

Please sign in to comment.