Skip to content

Commit 6a982cc

Browse files
compats
1 parent bdc1604 commit 6a982cc

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/test_GNNGraphs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
version:
17-
- '1.9' # Replace this with the minimum Julia version that your package supports.
18-
- '1' # '1' will automatically expand to the latest stable 1.x release of Julia.
17+
- '1.10' # Replace this with the minimum Julia version that your package supports.
18+
# - '1' # '1' will automatically expand to the latest stable 1.x release of Julia.
1919
# - 'pre'
2020
os:
2121
- ubuntu-latest

.github/workflows/test_GraphNeuralNetworks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
version:
17-
- '1.9' # Replace this with the minimum Julia version that your package supports.
18-
- '1' # '1' will automatically expand to the latest stable 1.x release of Julia.
17+
- '1.10' # Replace this with the minimum Julia version that your package supports.
18+
# - '1' # '1' will automatically expand to the latest stable 1.x release of Julia.
1919
# - 'pre'
2020
os:
2121
- ubuntu-latest

GNNGraphs/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GNNGraphs"
22
uuid = "aed8fd31-079b-4b5a-b342-a13352159b8c"
33
authors = ["Carlo Lucibello and contributors"]
4-
version = "0.1.0"
4+
version = "1.0.0"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -46,7 +46,7 @@ SparseArrays = "1"
4646
Statistics = "1"
4747
StatsBase = "0.34"
4848
cuDNN = "1"
49-
julia = "1.9"
49+
julia = "1.10"
5050

5151
[extras]
5252
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

GNNlib/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ SparseArrays = "1"
4747
Statistics = "1"
4848
StatsBase = "0.34"
4949
cuDNN = "1"
50-
julia = "1.9"
50+
julia = "1.10"
5151

5252
[extras]
5353
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ DataStructures = "0.18"
3737
Flux = "0.14"
3838
Functors = "0.4.1"
3939
Graphs = "1.4"
40-
GNNGraphs = "0.1"
40+
GNNGraphs = "1.0"
4141
KrylovKit = "0.6, 0.7, 0.8"
4242
LinearAlgebra = "1"
4343
MLDatasets = "0.7"
@@ -51,7 +51,7 @@ SparseArrays = "1"
5151
Statistics = "1"
5252
StatsBase = "0.34"
5353
cuDNN = "1"
54-
julia = "1.9"
54+
julia = "1.10"
5555

5656
[extras]
5757
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

0 commit comments

Comments
 (0)