Update Project.toml
Updated dependencies
Thanks for the pull request to clarify the desired package updates. Let me run the package through my full set of test examples with these to check that everything is works correctly before merging.
Ok great!
It turns out that the PDMats package version needed updating as well since Distributions depends on it. Doing that has resulted in numerous compatibility issues with Mamba. I have been able to fix many of them, but some still remain. I can upload those fixes to a separate branch (v0.20) after the weekend, but it is unlikely that everything will be working until I can find time in the future to devote to this.
Ok sounds good. Hopefully I'll be able to get it to run. Thank you very much.
The develop branch now has a version 0.12.9000 of the packages with some changes needed for the updated dependencies (#171). All of the examples seem to be running now, except for jaws.jl. The latter uses the package's BDiagNormal distribution which is not currently working with the dependencies.
Ok that should suffice for now. Thanks!