From eb56eb6082126083367bb96e7d05939000cafde1 Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan Date: Mon, 6 Nov 2023 23:20:05 +0530 Subject: [PATCH] build: add ForwardDiff dep in DataInterpolationsOptimExt extension --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 82ce0637..03946219 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [extensions] DataInterpolationsChainRulesCoreExt = "ChainRulesCore" -DataInterpolationsOptimExt = "Optim" +DataInterpolationsOptimExt = ["ForwardDiff", "Optim"] DataInterpolationsRegularizationToolsExt = "RegularizationTools" DataInterpolationsSymbolicsExt = "Symbolics"