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
colin-nolan
changed the title
Changed reported when no update - conda ignores trailing ".0"s
Change reported when no update - conda ignores trailing ".0"s
Sep 14, 2017
If a version number has extra ".0" precision - e.g. only version 0.8 exists, yet version 0.8.0 is requested -
conda
happily ignores the extra ".0"s.However, this module still reports a change when this happens, e.g.:
It's worth noting that
conda install seaborn=0.8.1
leads to aPackageNotFoundError
error.The text was updated successfully, but these errors were encountered: