Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for python_version_ext (0.12 seconds)

  1. MODULE.bazel

        },
    ) for python_version in [
        "3.10",
        "3.11",
        "3.12",
        "3.13",
    ]]
    
    use_repo(pip, "pypi_mods", pypi = "tf_pypi")
    
    python_version_ext = use_extension("//third_party/extensions:python_version.bzl", "python_version_ext")
    use_repo(python_version_ext, "python_version_repo")
    
    git_configure = use_repo_rule("//third_party/git:git_configure.bzl", "git_configure")
    
    git_configure(name = "local_config_git")
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 11K bytes
    - Click Count (0)
Back to Top