This is what we currently have in komodo bleeding:
(rhel7-bleed-env + bleeding-py38-rhel7) [andrli@st-linrgs176 ~]$ pip list | grep -E "libecalc|ruamel|typer"
libecalc 8.15.0
ruamel.yaml 0.18.6
ruamel.yaml.clib 0.2.8
typer 0.12.3
(rhel7-bleed-env + bleeding-py38-rhel7) [andrli@st-linrgs176 ~]$ pip check
No broken requirements found.
But the version installed certainly isn't 8.15.0
(rhel7-bleed-env + bleeding-py38-rhel7) [andrli@st-linrgs176 ecalc]$ git describe --tags
v8.15.0-40-gab43bd7
This causes some confusion, since pip wants to upgrade the package to version 8.15.6 which is actually older than what we currently have from main.
This is what we currently have in komodo bleeding:
But the version installed certainly isn't
8.15.0This causes some confusion, since
pipwants to upgrade the package to version8.15.6which is actually older than what we currently have frommain.