### Issue with current documentation: The current installation instructions: ``` conda create -c conda-forge -n pymc_env "pymc>=4" ``` can, under certain (unknown) circumstances, pull a version of of pymc that is >4 but <5. Can we just update the instructions? ``` conda create -c conda-forge -n pymc_env "pymc>=5" ``` @reshamas ### Idea or request for content: _No response_