Skip to content

Commit 51f5bcb

Browse files
Merge pull request #861 from SciML/avik-pal-patch-1
chore: bump Optimisers
2 parents 8c00579 + 8b3316b commit 51f5bcb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/OptimizationOptimisers/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OptimizationOptimisers"
22
uuid = "42dfb2eb-d2b4-4451-abcd-913932933ac1"
33
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
4-
version = "0.3.5"
4+
version = "0.3.6"
55

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

1313
[compat]
14-
Optimisers = "0.2, 0.3"
14+
Optimisers = "0.2, 0.3, 0.4"
1515
Optimization = "4"
1616
ProgressLogging = "0.1"
1717
Reexport = "1.2"

test/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3232
Aqua = "0.8"
3333
ComponentArrays = ">= 0.13.9"
3434
DiffEqFlux = ">= 2"
35-
Flux = "0.13, 0.14"
35+
Flux = "0.13, 0.14, 0.15"
3636
IterTools = ">= 1.3.0"
37-
Lux = ">= 0.4.50"
37+
Lux = "1.4"
3838
Optim = ">= 1.4.1"
3939
Optimisers = ">= 0.2.5"
4040
OrdinaryDiffEq = ">= 5"
4141
SafeTestsets = ">= 0.0.1"
42-
SciMLSensitivity = ">= 7.0.0"
42+
SciMLSensitivity = ">= 7.0.0"

0 commit comments

Comments
 (0)