Skip to content

Commit

Permalink
build: add ForwardDiff as weak deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Nov 6, 2023
1 parent 66ecc9c commit d4aa74d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"

[weakdeps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
RegularizationTools = "29dad682-9a27-4bc3-9c72-016788665182"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Expand All @@ -24,6 +25,7 @@ DataInterpolationsSymbolicsExt = "Symbolics"

[compat]
ChainRulesCore = "0.9.44, 0.10, 1"
ForwardDiff = "0.10"
LinearAlgebra = "1.6"
Optim = "0.19, 0.20, 0.21, 0.22, 1.0"
PrettyTables = "2"
Expand Down

0 comments on commit d4aa74d

Please sign in to comment.