diff --git a/.github/workflows/test_GNNGraphs.yml b/.github/workflows/test_GNNGraphs.yml index f495a3b2d..43e642e1c 100644 --- a/.github/workflows/test_GNNGraphs.yml +++ b/.github/workflows/test_GNNGraphs.yml @@ -14,8 +14,8 @@ jobs: fail-fast: false matrix: version: - - '1.9' # Replace this with the minimum Julia version that your package supports. - - '1' # '1' will automatically expand to the latest stable 1.x release of Julia. + - '1.10' # Replace this with the minimum Julia version that your package supports. + # - '1' # '1' will automatically expand to the latest stable 1.x release of Julia. # - 'pre' os: - ubuntu-latest diff --git a/.github/workflows/test_GraphNeuralNetworks.yml b/.github/workflows/test_GraphNeuralNetworks.yml index a2365b766..f658b05ea 100644 --- a/.github/workflows/test_GraphNeuralNetworks.yml +++ b/.github/workflows/test_GraphNeuralNetworks.yml @@ -14,8 +14,8 @@ jobs: fail-fast: false matrix: version: - - '1.9' # Replace this with the minimum Julia version that your package supports. - - '1' # '1' will automatically expand to the latest stable 1.x release of Julia. + - '1.10' # Replace this with the minimum Julia version that your package supports. + # - '1' # '1' will automatically expand to the latest stable 1.x release of Julia. # - 'pre' os: - ubuntu-latest diff --git a/GNNGraphs/Project.toml b/GNNGraphs/Project.toml index d8603760d..ff30d3f6e 100644 --- a/GNNGraphs/Project.toml +++ b/GNNGraphs/Project.toml @@ -1,7 +1,7 @@ name = "GNNGraphs" uuid = "aed8fd31-079b-4b5a-b342-a13352159b8c" authors = ["Carlo Lucibello and contributors"] -version = "0.1.0" +version = "1.0.0" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -46,7 +46,7 @@ SparseArrays = "1" Statistics = "1" StatsBase = "0.34" cuDNN = "1" -julia = "1.9" +julia = "1.10" [extras] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" diff --git a/GNNlib/Project.toml b/GNNlib/Project.toml index 0607cb813..62f0cb4e2 100644 --- a/GNNlib/Project.toml +++ b/GNNlib/Project.toml @@ -47,7 +47,7 @@ SparseArrays = "1" Statistics = "1" StatsBase = "0.34" cuDNN = "1" -julia = "1.9" +julia = "1.10" [extras] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" diff --git a/Project.toml b/Project.toml index c52638cc9..1b122bffd 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ DataStructures = "0.18" Flux = "0.14" Functors = "0.4.1" Graphs = "1.4" -GNNGraphs = "0.1" +GNNGraphs = "1.0" KrylovKit = "0.6, 0.7, 0.8" LinearAlgebra = "1" MLDatasets = "0.7" @@ -51,7 +51,7 @@ SparseArrays = "1" Statistics = "1" StatsBase = "0.34" cuDNN = "1" -julia = "1.9" +julia = "1.10" [extras] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"