Skip to content

Commit

Permalink
Merge pull request #580 from SciML/compathelper/new_version/2023-08-2…
Browse files Browse the repository at this point in the history
…6-00-27-05-506-01889716987

CompatHelper: bump compat for Optimisers to 0.3 for package OptimizationOptimisers, (keep existing compat)
  • Loading branch information
ChrisRackauckas authored Oct 8, 2023
2 parents 14932ce + 51a473d commit 43e92e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/OptimizationOptimisers/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
julia = "1"
Optimisers = "0.2"
Optimisers = "0.2, 0.3"
Optimization = "3.15"
ProgressLogging = "0.1"
Reexport = "1.2"
Optimization = "3.15"
julia = "1"

[extras]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[targets]
test = ["ForwardDiff","Test","Zygote"]
test = ["ForwardDiff", "Test", "Zygote"]

0 comments on commit 43e92e1

Please sign in to comment.