We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ccad5 commit 8ff0449Copy full SHA for 8ff0449
Project.toml
@@ -27,6 +27,7 @@ FiniteDifferences = "0.12"
27
ImplicitDifferentiation = "0.2"
28
JuliaFormatter = "1"
29
NonconvexIpopt = "0.4"
30
+NonconvexTOBS = "0.2"
31
Reexport = "1"
32
StaticArraysCore = "1"
33
TopOpt = "0.8"
@@ -35,8 +36,9 @@ Zygote = "0.6"
35
36
julia = "1"
37
38
[extras]
39
+NonconvexTOBS = "6c0b5230-d4c9-466e-bfd4-b31e6272ab65"
40
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
41
TopOpt = "53a1e1a5-51bb-58a9-8a02-02056cc81109"
42
43
[targets]
-test = ["Test", "TopOpt"]
44
+test = ["NonconvexTOBS", "Test", "TopOpt"]
0 commit comments