Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Nov 24, 2024
1 parent dd37c6a commit 7a50d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ManifoldDiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ include("embedded_diff.jl")
function __init__()
# There is likely no way to set defaults without Requires.jl
@require FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000" begin
using FiniteDifferences: central_fdm
using .FiniteDifferences: central_fdm
if default_differential_backend() === NoneDiffBackend()
set_default_differential_backend!(AutoFiniteDifferences(central_fdm(5, 1)))
end
Expand Down

0 comments on commit 7a50d38

Please sign in to comment.