Hi team, Does anyone know the correct process to a...
# squads
n
Hi team, Does anyone know the correct process to add a library to a repo like calmecac that uses uv.lock? I am just curious for some local experimentation. Shall I just 1. add the lib to project.toml 2. Run
uv lock --python=3.10
3. Run
uv sync --python=3.10 --frozen
Or are there any other steps? The reason is that when I do this, the uv.lock has many changes beyond the library that I added. Is that ok? Thanks!
h
i think it is a good one to ask google for an answer. ideally we don't want too much change on the lock file
👍 1
n
ok, Most of the changes are related to the platform specs so I think it should be ok
h
ok