You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous code was adding `__version__` to the globals which was then
ignored as there was a local version of the same name.
The new code is a lot more strict and no longer uses exec.
The verbose pip install wasn't needed.
0 commit comments