Skip to content

Commit

Permalink
CompatHelper: add new compat entry for Optim at version 1, (keep exis…
Browse files Browse the repository at this point in the history
…ting compat)
  • Loading branch information
CompatHelper Julia committed Oct 27, 2024
1 parent 8e8a1f1 commit b33b891
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ ClapeyronExt = "Clapeyron"
MicthermExt = "MATLAB"

[compat]
Optim = "1"
julia = "1.9"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Clapeyron = "7c7805af-46cc-48c9-995b-ed0ed2dc909a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test","Clapeyron"]
test = ["Test", "Clapeyron"]

0 comments on commit b33b891

Please sign in to comment.