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 4218c59 commit a76bb14Copy full SHA for a76bb14
examples/platform_specific_deps/MODULE.bazel
@@ -23,6 +23,10 @@ python.toolchain(
23
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
24
pip.parse(
25
download_only = True,
26
+ experimental_extra_index_urls = [
27
+ # Add an extra index to query packages
28
+ "https://download.pytorch.org/whl/cpu",
29
+ ],
30
experimental_index_url = "https://pypi.org/simple", # use Bazel downloader
31
hub_name = "pip",
32
python_version = "3.11",
0 commit comments