Skip to content

Commit 62870a7

Browse files
committed
Remove CUDA from doc dependencies
1 parent 874fb50 commit 62870a7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[deps]
22
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
3-
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
43
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
54
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
65
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
using Documenter, Flux, NNlib, Functors, MLUtils, CUDA, BSON
1+
using Documenter, Flux, NNlib, Functors, MLUtils, BSON
22

33
DocMeta.setdocmeta!(Flux, :DocTestSetup, :(using Flux); recursive = true)
4-
makedocs(modules = [Flux, NNlib, Functors, MLUtils, CUDA, BSON],
4+
makedocs(modules = [Flux, NNlib, Functors, MLUtils, BSON],
55
doctest = VERSION == v"1.5",
66
sitename = "Flux",
77
pages = ["Home" => "index.md",

0 commit comments

Comments
 (0)