We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a4b62 commit f977f0dCopy full SHA for f977f0d
lib/OptimizationODE/Project.toml
@@ -4,7 +4,6 @@ authors = ["Paras Puneet Singh <[email protected]>"]
4
version = "0.1.0"
5
6
[deps]
7
-ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
8
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
9
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
10
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
@@ -16,3 +15,10 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
16
15
Optimization = "4"
17
Reexport = "1"
18
julia = "1.10"
+
19
+[extras]
20
+ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
21
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
22
23
+[targets]
24
+test = ["ADTypes", "Test"]
0 commit comments