|
|
|
|
|
by phronimos
382 days ago
|
|
Conda manages binaries and their native dependencies together, including shared libraries[0]. This offers significant advantages over uv and pip when distributing packages with C extensions, such as dependency resolution that accounts for shared library requirements, and better package isolation. [0]: https://docs.conda.io/projects/conda-build/en/latest/resourc... |
|