Skip to content

Commit 3227860

Browse files
functors 0.5
1 parent 5b5663e commit 3227860

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

GNNGraphs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GNNGraphsSimpleWeightedGraphsExt = "SimpleWeightedGraphs"
3131
Adapt = "4"
3232
CUDA = "5"
3333
ChainRulesCore = "1"
34-
Functors = "0.4.1"
34+
Functors = "0.4.1, 0.5"
3535
Graphs = "1.4"
3636
KrylovKit = "0.8"
3737
LinearAlgebra = "1"

GNNLux/Project.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1717

1818
[compat]
1919
ConcreteStructs = "0.2.3"
20-
Lux = "1.0"
21-
LuxCore = "1.0"
20+
GNNGraphs = "1.3"
21+
GNNlib = "0.2.3"
22+
Lux = "1"
23+
LuxCore = "1"
2224
NNlib = "0.9.21"
2325
Reexport = "1.2"
2426
Static = "1.1"
27+
Statistics = "1"
2528
julia = "1.10"
2629

2730
[extras]

0 commit comments

Comments
 (0)