> On 3/01/2015, at 12:38, Sergey B Kirpichev <[email protected]> wrote: > > On Sat, Jan 03, 2015 at 12:08:04AM +0100, Joachim Durchholz wrote: >> See https://pip.pypa.io/en/latest/user_guide.html, search for "pip >> doesn’t have true dependency resolution". > > Oh, this. There are workarounds. Also, I don't know > any other packages, that depend on mpmath.
I am guessing here that the concern is that the latest version available will be installed. So you have to be sure that mpmath never introduce changes that are breaks compatibility with your current release (and if it does you are welcome to rush out a release of sympy that is compatible). Also you have to make sure that all your mpmath patches are included upstream not like in the latest sympy release. Although in all fairness the current sympy works with an unbundled mpmath at 0.19. Disclaimer: I did the first unbundling of mpmath in sympy for Gentoo (based on work done on Mandriva before me) and I am also responsible for the current unbundling in Gentoo. François -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/7AEF9FCB-99FD-4E7E-86A2-074D5760DB34%40canterbury.ac.nz. For more options, visit https://groups.google.com/d/optout.
