Skip to content

Commit

Permalink
add NonconvexTOBS as a test dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed82008 committed Feb 2, 2024
1 parent a0ccad5 commit 8ff0449
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ FiniteDifferences = "0.12"
ImplicitDifferentiation = "0.2"
JuliaFormatter = "1"
NonconvexIpopt = "0.4"
NonconvexTOBS = "0.2"
Reexport = "1"
StaticArraysCore = "1"
TopOpt = "0.8"
Expand All @@ -35,8 +36,9 @@ Zygote = "0.6"
julia = "1"

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

[targets]
test = ["Test", "TopOpt"]
test = ["NonconvexTOBS", "Test", "TopOpt"]

0 comments on commit 8ff0449

Please sign in to comment.