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 34beb48 commit c2618dcCopy full SHA for c2618dc
lib/OptimizationOptimisers/Project.toml
@@ -9,7 +9,6 @@ Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
9
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
10
ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
11
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
12
-Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
13
14
[compat]
15
julia = "1"
@@ -21,6 +20,7 @@ Optimization = "3.9"
21
20
[extras]
22
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
23
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
+Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
24
25
[targets]
26
test = ["ForwardDiff","Test"]
0 commit comments