Skip to content

Commit 1e9a448

Browse files
committed
FiniteDifferences fix compat
1 parent 1cbb4ff commit 1e9a448

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
9090
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
9191

9292
[targets]
93-
test = ["DifferentialEquations", "FiniteDifferences", "Flux", "Graphs", "ManifoldDiff", "Manopt", "InteractiveUtils", "Interpolations", "Pkg", "Rotations", "Test"]
93+
test = ["DifferentialEquations", "Flux", "Graphs", "Manopt", "InteractiveUtils", "Interpolations", "Pkg", "Rotations", "Test"]

src/IncrementalInference.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ using Manifolds
1616
using RecursiveArrayTools: ArrayPartition
1717
export ArrayPartition
1818
using ManifoldDiff
19+
using FiniteDifferences
1920

2021
using OrderedCollections: OrderedDict
2122

0 commit comments

Comments
 (0)