Skip to content

Commit 8ff0449

Browse files
committed
add NonconvexTOBS as a test dep
1 parent a0ccad5 commit 8ff0449

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ FiniteDifferences = "0.12"
2727
ImplicitDifferentiation = "0.2"
2828
JuliaFormatter = "1"
2929
NonconvexIpopt = "0.4"
30+
NonconvexTOBS = "0.2"
3031
Reexport = "1"
3132
StaticArraysCore = "1"
3233
TopOpt = "0.8"
@@ -35,8 +36,9 @@ Zygote = "0.6"
3536
julia = "1"
3637

3738
[extras]
39+
NonconvexTOBS = "6c0b5230-d4c9-466e-bfd4-b31e6272ab65"
3840
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3941
TopOpt = "53a1e1a5-51bb-58a9-8a02-02056cc81109"
4042

4143
[targets]
42-
test = ["Test", "TopOpt"]
44+
test = ["NonconvexTOBS", "Test", "TopOpt"]

0 commit comments

Comments
 (0)