Utilize uv for dependencies, and re-use containers where possible#160
Utilize uv for dependencies, and re-use containers where possible#160M1kep wants to merge 2 commits into
Conversation
| celery[redis]==5.4.0 | ||
| celery==5.4.0 |
There was a problem hiding this comment.
See astral-sh/uv#1595 for rational and some background. TLDR: It shouldn't make a difference.
There's some more chatter here too(Is also linked in the uv issue above) - jazzband/pip-tools#1613
|
Is this just a performance improvement? UV has better dependency resolution? |
|
Yeah, mostly performance. I think their dependency resolution has some more features, but I don't think they'll be of use in this project. uv performance improvements are more obvious in installation flows I believe, so would be curious to see the image build speedup by switching as well, but will keep that for later |
|
I like UV a lot |
No description provided.