We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5663e commit 3227860Copy full SHA for 3227860
GNNGraphs/Project.toml
@@ -31,7 +31,7 @@ GNNGraphsSimpleWeightedGraphsExt = "SimpleWeightedGraphs"
31
Adapt = "4"
32
CUDA = "5"
33
ChainRulesCore = "1"
34
-Functors = "0.4.1"
+Functors = "0.4.1, 0.5"
35
Graphs = "1.4"
36
KrylovKit = "0.8"
37
LinearAlgebra = "1"
GNNLux/Project.toml
@@ -17,11 +17,14 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
17
18
[compat]
19
ConcreteStructs = "0.2.3"
20
-Lux = "1.0"
21
-LuxCore = "1.0"
+GNNGraphs = "1.3"
+GNNlib = "0.2.3"
22
+Lux = "1"
23
+LuxCore = "1"
24
NNlib = "0.9.21"
25
Reexport = "1.2"
26
Static = "1.1"
27
+Statistics = "1"
28
julia = "1.10"
29
30
[extras]
0 commit comments