Skip to content

upgrade uv lock - #743

Merged
rapids-bot[bot] merged 1 commit into
rapidsai:mainfrom
ncclementi:update-dev-env
Aug 14, 2026
Merged

upgrade uv lock#743
rapids-bot[bot] merged 1 commit into
rapidsai:mainfrom
ncclementi:update-dev-env

Conversation

@ncclementi

Copy link
Copy Markdown
Contributor

Our uv lock file was a bit outdated, and it was enforcing versions of watchfile that were not compatible with python 3.14.
I ran

uv lock --python 3.14 --upgrade

Then create the env doing

uv venv --python 3.14 && uv sync --locked

and tested it build locally.

@ncclementi
ncclementi requested a review from a team as a code owner August 14, 2026 15:33
@jameslamb jameslamb changed the title updagrade uv lock upgrade uv lock Aug 14, 2026

@jameslamb jameslamb left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I gotchu 😁

@jameslamb

Copy link
Copy Markdown
Member

/merge

@rapids-bot
rapids-bot Bot merged commit c429a96 into rapidsai:main Aug 14, 2026
4 checks passed
@ncclementi
ncclementi deleted the update-dev-env branch August 14, 2026 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update build instructions to work work python 3.14

2 participants