We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0bdeb commit c5c3f88Copy full SHA for c5c3f88
python/private/bzlmod/pip.bzl
@@ -339,6 +339,10 @@ _UV_DEPS = {
339
"https://files.pythonhosted.org/packages/ff/f5/df24800e195f10e41aeb4a89f38488aca76c22d0f87c3eb8bf309f940aa3/uv-0.2.12-py3-none-macosx_10_12_x86_64.whl",
340
"85d2b9649c14014d6c54ecfb5d36f57e5c0e890957078ed4937e03569141d99b",
341
),
342
+ "windows_x86_64": (
343
+ "https://files.pythonhosted.org/packages/c8/bc/a905f3d4b961781ead58243bd4f3c6cd2fcb2deaa55c565a64ba7d06cd20/uv-0.2.12-py3-none-win_amd64.whl",
344
+ "ca95af397769422e11e87dc147be1262a54d3a13d8837b69c80fad20f1ff9af4",
345
+ ),
346
}
347
348
# Repository to retrieve tools for pinning dependencies.
0 commit comments