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 python dependencies` versions listed in the python dockerfile mismatch the versions listed in the release's documentation page. To be exact:
ipython==7.19.0 \
numpy==1.19.2 \
is not
ipython
7.22.0
numpy
1.20.1
--
--
Is such difference acceptable? If so, how one can guarantee a custom python package compatibility and which - cluster's or docker image's - dependencies' versions should be locked?
The text was updated successfully, but these errors were encountered:
Hi,
The python dependencies` versions listed in the python dockerfile mismatch the versions listed in the release's documentation page. To be exact:
is not
Is such difference acceptable? If so, how one can guarantee a custom python package compatibility and which - cluster's or docker image's - dependencies' versions should be locked?
The text was updated successfully, but these errors were encountered: