Skip to content

Commit

Permalink
bump versions and compats
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 committed Jul 4, 2024
1 parent 1fe300d commit 6270644
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Optimization"
uuid = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
version = "3.26.3"
version = "3.27.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
2 changes: 1 addition & 1 deletion lib/OptimizationManopt/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ManifoldDiff = "0.3.10"
Manifolds = "0.9.18"
ManifoldsBase = "0.15.10"
Manopt = "0.4.63"
Optimization = "3.26.3"
Optimization = "3.27"
Reexport = "1.2"
julia = "1.9"

Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationPRIMA/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationPRIMA"
uuid = "72f8369c-a2ea-4298-9126-56167ce9cbc2"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.1.0"
version = "0.2.0"

[deps]
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
Expand All @@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
julia = "1"
Optimization = "3.21"
Optimization = "3.27"
PRIMA = "0.2.0"
Reexport = "1"

Expand Down

0 comments on commit 6270644

Please sign in to comment.