@r343l this might be a useful read: https://micro.webology.dev/2024/11/03/uv-does-everything.html
Top-level
@r343l this might be a useful read: https://micro.webology.dev/2024/11/03/uv-does-everything.html 7 comments
@r343l Iβd really encourage it, itβs really significantly better that everything out there, with almost no downsides. @jacob the only downsides I can see (just off that blog) are: - no cli run scripts from pyproject.toml. easily dealt with but mildly annoying but pdm has a blocking issue and my main workaround is to use pyenv in my docker image (for running tests with reliable/fixed R and other binary deps) instead of system python at which point I have to change a lot anyway. |
@jacob Strongly tempted to switch to uv because it seems the fastest path to unblocking my docker build with minimal other changes.