aboutsummaryrefslogtreecommitdiffhomepage
path: root/uv.lock
Commit message (Collapse)AuthorAgeFilesLines
* Update uv lockfile.J08nY2025-11-191-44/+65
|
* Fixup Dockerfile.J08nY2025-11-171-33/+39
|
* Move away from pip-tools and use uv.J08nY2025-11-171-0/+6063
uv is all the rage. No, but really. The pip-compile approach does not work cross-platform or cross-python version (sometimes it does, but not always). In comparison and uv lockfile is universal and cross-platform: https://docs.astral.sh/uv/concepts/projects/layout/#the-lockfile This should help make our install easier and more robust.