-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
Describe the issue:
I was going through the Gitpod process again. I started from the beginning (forked my repo), etc. And this time it is showing an older version of pymc.
(When I did it a few days ago, it was showing version 5.1.0).
Reproduceable code example:
(base) gitpod@reshamas-pymc-d0ep89s0e45:/workspace/pymc$ git remote -v
origin https://github.com/reshamas/pymc.git (fetch)
origin https://github.com/reshamas/pymc.git (push)
upstream https://github.com/pymc-devs/pymc.git (fetch)
upstream https://github.com/pymc-devs/pymc.git (push)
(base) gitpod@reshamas-pymc-d0ep89s0e45:/workspace/pymc$ pip list | grep pymc
pymc 4.4.0+352.g56037929 /workspace/pymc
pymc-sphinx-theme 0.1
(base) gitpod@reshamas-pymc-d0ep89s0e45:/workspace/pymc$ python3 --version
Python 3.11.0
(base) gitpod@reshamas-pymc-d0ep89s0e45:/workspace/pymc$
Error message:
No response
PyMC version information:
PyMC v5
Context for the issue:
No response