Skip to content

Commit

Permalink
chore: added flux as dependency to the make.jl file.
Browse files Browse the repository at this point in the history
  • Loading branch information
DoktorMike committed Jun 29, 2024
1 parent 4973a4c commit fc362b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
EvidentialFlux = "c214720e-3c4f-4d89-8b85-b9ea3aac2a05"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"

[compat]
Documenter = "1.4"
Documenter = "1.5"
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ push!(LOAD_PATH, "../src/")

using Documenter
using EvidentialFlux
using Flux

makedocs(sitename = "EvidentialFlux",
format = Documenter.HTML(),
Expand Down

0 comments on commit fc362b8

Please sign in to comment.