Skip to content

Commit 3bba9f3

Browse files
force manifest
1 parent 091912e commit 3bba9f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Flux = "0.13"
3333
Functors = "0.2"
3434
Graphs = "1.4"
3535
KrylovKit = "0.5"
36+
MLDatasets = "0.6, 0.7"
3637
MLUtils = "0.2.3"
3738
MacroTools = "0.5"
3839
NNlib = "0.8"

docs/src/tutorials/gnn_intro_pluto.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ begin
1515
import CairoMakie as Makie
1616
using Graphs
1717
using PlutoUI
18-
Random.seed!(17); # for reproducibility
18+
Random.seed!(17) # for reproducibility
1919
end;
2020

2121
# ╔═╡ 03a9e023-e682-4ea3-a10b-14c4d101b291

0 commit comments

Comments
 (0)