Skip to content

Commit 2111748

Browse files
fix backwards compat
1 parent 38f431d commit 2111748

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
88
ConsoleProgressMonitor = "88cd18e8-d9cc-4ea6-8889-5259c0d15c8b"
99
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
10-
LBFGSB = "5be7bae1-8223-5378-bac3-9e7378a2f6e6"
10+
OptimizationLBFGSB = "22f7324a-a79d-40f2-bebe-3af60c77bd15"
1111
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1212
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
1313
LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36"
@@ -22,6 +22,7 @@ TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed"
2222

2323
[sources]
2424
OptimizationBase = {path = "lib/OptimizationBase"}
25+
OptimizationLBFGSB = {path = "lib/OptimizationLBFGSB"}
2526

2627
[compat]
2728
ADTypes = "1.2"

0 commit comments

Comments
 (0)