Skip to content

Commit 6270811

Browse files
committed
No need of Graphs
1 parent 53830c1 commit 6270811

File tree

1 file changed

+1
-1
lines changed
  • GraphNeuralNetworks/docs/src

1 file changed

+1
-1
lines changed

GraphNeuralNetworks/docs/src/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Usage examples on real datasets can be found in the [examples](https://github.co
2626
We create a dataset consisting in multiple random graphs and associated data features.
2727

2828
```julia
29-
using GraphNeuralNetworks, Graphs, Flux, CUDA, Statistics, MLUtils
29+
using GraphNeuralNetworks, Flux, CUDA, Statistics, MLUtils
3030
using Flux: DataLoader
3131

3232
all_graphs = GNNGraph[]

0 commit comments

Comments
 (0)