Skip to content

Commit b296cfd

Browse files
cleanup
1 parent 92c1b9a commit b296cfd

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

GNNGraphs/docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Pkg.instantiate()
66
using Documenter
77
using DocumenterInterLinks
88
using GNNGraphs
9-
using MLUtils # this is needed by setdocmeta!
109
import Graphs
1110
using Graphs: induced_subgraph
1211

GNNLux/docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Pkg.instantiate()
99

1010
using Documenter
1111
using GNNLux
12-
using MLUtils
1312
using Lux, GNNGraphs, GNNlib, Graphs
1413
using DocumenterInterLinks
1514

GNNlib/docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
44
GNNGraphs = "aed8fd31-079b-4b5a-b342-a13352159b8c"
55
GNNlib = "a6a84749-d869-43f8-aacc-be26a1996e48"
66
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
7+
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
78
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"

GraphNeuralNetworks/docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ using Documenter
1111
using GraphNeuralNetworks
1212
using Flux, GNNGraphs, GNNlib, Graphs
1313
using DocumenterInterLinks
14-
using MLUtils
1514

1615
ENV["DATADEPS_ALWAYS_ACCEPT"] = true # for MLDatasets
1716

0 commit comments

Comments
 (0)