Currently, due to package compatibility constraints, it is not possible to use the latest versions of both BundleAdjustmentModels and OptimizationProblems together in the same Julia environment. Specifically, I need to use OptimizationProblems v0.9 (which was updated last month), but BundleAdjustmentModels forces it to downgrade to v0.5. Attempting to update one causes version conflicts with the other and their dependencies.
Here is the relevant package manager output:
(R2N_experiments) pkg> add BundleAdjustmentModels
Resolving package versions...
Installed Plots ─ v1.40.19
Updating `C:\Users\Farhad_Admin\Documents\GitHub\R2N_experiments\Project.toml`
[0bf3e898] + BundleAdjustmentModels v0.4.0
⌃ [5049e819] ↓ OptimizationProblems v0.9.1 ⇒ v0.5.0
Could you please update the compatibility bounds for BundleAdjustmentModels to support OptimizationProblems v0.9, or suggest a workaround?
Thank you!