Hacker News new | ask | show | jobs
by tehnub 860 days ago
One reason to choose one over the other is the dependencies they’re bundled with. Take numpy. With PyPI, it’s bundled with OpenBLAS, and with conda, it’s bundled with Intel MKL, which can be faster. See https://numpy.org/install/#
1 comments

That’s a great point; I didn’t know about that!