anaconda update all possible packages?
TL;DR: dependency conflicts: Updating one requires (by it’s requirements) to downgrade another You are right: is actually the way to go1. Conda always tries to upgrade the packages to the newest version in the series (say Python 2.x or 3.x). Dependency conflicts But it is possible that there are dependency conflicts (which prevent a further … Read more