Coder Social home page Coder Social logo

Comments (3)

dhirschfeld avatar dhirschfeld commented on June 16, 2024

...so long as --no-update-deps works.

conda's habit of updating everything by default is a bit of a bugbear of mine so I always pass the --no-update-deps flag - applying the "if it ain't broken, don't fix it" policy.

I dislike updating everything (when it isn't strictly necessary) because it often dramatically slows down what should be a simple single package update and it interacts badly with conda's other habit of shuffling packages

If I want to update all my dependencies I do an explicit conda update --all

from mamba.

dhirschfeld avatar dhirschfeld commented on June 16, 2024

To be fair, the package shuffling was due to the mis-specification/use of features IIUC and I haven't seen that behaviour more recently.

from mamba.

minrk avatar minrk commented on June 16, 2024

pip has introduced an upgrade strategy flag for this, with the default of "only-if-needed" and "eager" for opting in to updating all packages in the dependency tree. I think for folks choosing mamba, which should be folks looking for an optimized experience, defaulting to the smaller still-valid delta is a good choice. As long as there's still the option for eager transactions, I think it's okay or even good to do the smaller thing.

from mamba.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.