Open Zethson opened 4 months ago
In its current form, uv won't be the right fit for all projects. pip is a mature and stable tool, with extensive support for an extremely wide range of use cases and a focus on compatibility. While uv supports a large fraction of the pip interface, it lacks support for some of its legacy features, like .egg distributions.
pip install gensim
works though 🤔
Problem description
Trying to build my documentation with
uv
which also installs gensim as a transitive dependency.Steps/code/corpus to reproduce
uv pip install gensim
but it leads to
https://readthedocs.org/projects/ehrapy/builds/25030940/
Versions
Can't provide the exact versions because it's on RTD, but Python 3.11, Numpy < 2.0.0