Skip to content

Commit

Permalink
Merge pull request #861 from SciML/avik-pal-patch-1
Browse files Browse the repository at this point in the history
chore: bump Optimisers
  • Loading branch information
Vaibhavdixit02 authored Dec 9, 2024
2 parents 8c00579 + 8b3316b commit 51f5bcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/OptimizationOptimisers/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationOptimisers"
uuid = "42dfb2eb-d2b4-4451-abcd-913932933ac1"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.3.5"
version = "0.3.6"

[deps]
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
Expand All @@ -11,7 +11,7 @@ ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
Optimisers = "0.2, 0.3"
Optimisers = "0.2, 0.3, 0.4"
Optimization = "4"
ProgressLogging = "0.1"
Reexport = "1.2"
Expand Down
6 changes: 3 additions & 3 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
Aqua = "0.8"
ComponentArrays = ">= 0.13.9"
DiffEqFlux = ">= 2"
Flux = "0.13, 0.14"
Flux = "0.13, 0.14, 0.15"
IterTools = ">= 1.3.0"
Lux = ">= 0.4.50"
Lux = "1.4"
Optim = ">= 1.4.1"
Optimisers = ">= 0.2.5"
OrdinaryDiffEq = ">= 5"
SafeTestsets = ">= 0.0.1"
SciMLSensitivity = ">= 7.0.0"
SciMLSensitivity = ">= 7.0.0"

0 comments on commit 51f5bcb

Please sign in to comment.