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 247ccdd commit 9932311Copy full SHA for 9932311
lib/OptimizationAuglag/Project.toml
@@ -9,6 +9,8 @@ MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
9
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
10
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
11
OptimizationOptimisers = "42dfb2eb-d2b4-4451-abcd-913932933ac1"
12
+
13
+[extras]
14
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15
16
[compat]
@@ -18,3 +20,6 @@ Optimization = "4.4.0"
18
20
OptimizationBase = "2.10.0"
19
21
OptimizationOptimisers = "0.3.8"
22
Test = "1.11.0"
23
24
+[targets]
25
+test = ["Test"]
0 commit comments