The “custom” version is lower in version ordering than any actual release number. conda install anaconda=VERSION-NUMBER may remove packages if the new metapackage that is replacing your old one has removed packages. As of conda 4.7, when a package loses its connection to the set of specs that have been requested in the past, it gets removed.
See all of the available Anaconda versions.Ĭonda update -all will unpin everything. This updates all packages in the current environment to the latest version. In doing so, it drops all the version constraints from the history and tries to make everything as new as it can.
If any packages are orphaned by an update, they are removed. conda update -all may not be able to make everything the latest versions because you may have conflicting constraints in your environment. With Anaconda 2019.07’s newer Anaconda metapackage, conda update -all will make the metapackage go to the custom version in order to update other specs.Ĭonda update -all will only update the selected environment.I'm currently working on a SwiftUI widget and have run into an unexpected issue. The image displays as expected (and worked correctly on iOS16), however on iOS17 I have unwanted padding on the left and right of my background image and can't figure out the cause.