File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 14
14
fail-fast : false
15
15
matrix :
16
16
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.
19
19
# - 'pre'
20
20
os :
21
21
- ubuntu-latest
Original file line number Diff line number Diff line change 14
14
fail-fast : false
15
15
matrix :
16
16
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.
19
19
# - 'pre'
20
20
os :
21
21
- ubuntu-latest
Original file line number Diff line number Diff line change 1
1
name = " GNNGraphs"
2
2
uuid = " aed8fd31-079b-4b5a-b342-a13352159b8c"
3
3
authors = [" Carlo Lucibello and contributors" ]
4
- version = " 0.1 .0"
4
+ version = " 1.0 .0"
5
5
6
6
[deps ]
7
7
Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -46,7 +46,7 @@ SparseArrays = "1"
46
46
Statistics = " 1"
47
47
StatsBase = " 0.34"
48
48
cuDNN = " 1"
49
- julia = " 1.9 "
49
+ julia = " 1.10 "
50
50
51
51
[extras ]
52
52
Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ SparseArrays = "1"
47
47
Statistics = " 1"
48
48
StatsBase = " 0.34"
49
49
cuDNN = " 1"
50
- julia = " 1.9 "
50
+ julia = " 1.10 "
51
51
52
52
[extras ]
53
53
Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ DataStructures = "0.18"
37
37
Flux = " 0.14"
38
38
Functors = " 0.4.1"
39
39
Graphs = " 1.4"
40
- GNNGraphs = " 0.1 "
40
+ GNNGraphs = " 1.0 "
41
41
KrylovKit = " 0.6, 0.7, 0.8"
42
42
LinearAlgebra = " 1"
43
43
MLDatasets = " 0.7"
@@ -51,7 +51,7 @@ SparseArrays = "1"
51
51
Statistics = " 1"
52
52
StatsBase = " 0.34"
53
53
cuDNN = " 1"
54
- julia = " 1.9 "
54
+ julia = " 1.10 "
55
55
56
56
[extras ]
57
57
Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
You can’t perform that action at this time.
0 commit comments