Skip to content

Commit c53422d

Browse files
committed
missing deps in toml for tests
1 parent 3010a30 commit c53422d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,16 @@ julia = "1.8"
7878

7979
[extras]
8080
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
81+
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
8182
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
8283
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
8384
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
8485
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
86+
ManifoldDiff = "af67fdf4-a580-4b9f-bbec-742ef357defd"
8587
Manopt = "0fc0a36d-df90-57f3-8f93-d78a9fc72bb5"
8688
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
8789
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
8890
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
8991

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

0 commit comments

Comments
 (0)