Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Apr 4, 2024
1 parent 4195db5 commit 0d2cd4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
ChainRulesCore = "1"
Functors = "0.4"
Functors = "0.4.9"
Statistics = "1"
Zygote = "0.6.40"
julia = "1.6"
Expand Down
2 changes: 2 additions & 0 deletions src/Optimisers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ using LinearAlgebra
include("interface.jl")
export AbstractRule

include("utils.jl")

include("adjust.jl")

include("destructure.jl")
Expand Down

0 comments on commit 0d2cd4a

Please sign in to comment.