Skip to content

Commit d493cb5

Browse files
Updates
2 parents 4bdd04f + 44be25b commit d493cb5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Project.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Flux = "0.13, 0.14, 0.15, 0.16"
3535
ForwardDiff = "0.10, 1"
3636
Ipopt = "1"
3737
IterTools = "1.3"
38-
LBFGSB = "0.4.1"
3938
LinearAlgebra = "1.10"
4039
Logging = "1.10"
4140
LoggingExtras = "0.4, 1"
@@ -44,6 +43,7 @@ MLUtils = "0.4"
4443
ModelingToolkit = "10"
4544
Mooncake = "0.4.138"
4645
Optim = ">= 1.4.1"
46+
Optimisers = ">= 0.2.5"
4747
OptimizationBase = "2"
4848
OptimizationMOI = "0.5"
4949
OptimizationOptimJL = "0.4"
@@ -52,7 +52,7 @@ OrdinaryDiffEqTsit5 = "1"
5252
Pkg = "1"
5353
Printf = "1.10"
5454
ProgressLogging = "0.1"
55-
Random = "1.10"
55+
Random = "1.10"
5656
Reexport = "1.2"
5757
ReverseDiff = "1"
5858
SafeTestsets = "0.1"
@@ -64,7 +64,6 @@ Symbolics = "6"
6464
TerminalLoggers = "0.1"
6565
Test = "1.10"
6666
Tracker = "0.2"
67-
Optimisers = ">= 0.2.5"
6867
Zygote = "0.6, 0.7"
6968
julia = "1.10"
7069

lib/OptimizationLBFGS/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ LBFGSB = "0.4.1"
2020
MLUtils = "0.4.8"
2121
Optimization = "4.4.0"
2222
OptimizationBase = "2.10.0"
23-
Test = "1.11.0"
2423
Zygote = "0.7.10"

0 commit comments

Comments
 (0)