Hello everyone,
Here is what the software is saying to me :
(@v1.8) pkg> status --outdated
Status `~/.julia/environments/v1.8/Project.toml`
⌅ [be115224] MCMCDiagnosticTools v0.2.6 (<v0.3.1): MCMCChains
(@v1.8) pkg> add MCMCDiagnosticTools@0.3.1
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package MCMCChains [c7f686f2]:
MCMCChains [c7f686f2] log:
├─possible versions are: 0.2.4-5.7.1 or uninstalled
├─restricted to versions * by an explicit requirement, leaving only versions 0.2.4-5.7.1
├─restricted by compatibility requirements with MCMCDiagnosticTools [be115224] to versions: 0.2.4-4.14.1 or uninstalled, leaving only versions: 0.2.4-4.14.1
│ └─MCMCDiagnosticTools [be115224] log:
│ ├─possible versions are: 0.1.0-0.3.1 or uninstalled
│ └─restricted to versions 0.3.1 by an explicit requirement, leaving only versions 0.3.1
└─restricted by compatibility requirements with Turing [fce5fe82] to versions: 5.0.0-5.7.1 — no versions left
└─Turing [fce5fe82] log:
├─possible versions are: 0.5.0-0.24.0 or uninstalled
└─restricted to versions 0.23.2-0.24 by CRRao [49d1be55], leaving only versions 0.23.2-0.24.0
└─CRRao [49d1be55] log:
├─possible versions are: 0.1.0 or uninstalled
└─CRRao [49d1be55] is fixed to version 0.1.0
(@v1.8) pkg>
Can someone explain to me how I can upgrade to the latest version of MCMCDiagnosticTools?
Many thanks.