Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for rules_python (0.1 seconds)

  1. MODULE.bazel

        ],
    )
    
    bazel_dep(name = "nlohmann_json", version = "3.12.0.bcr.1", repo_name = "nlohmann_json_lib")
    bazel_dep(name = "abseil-py", version = "2.1.0", repo_name = "absl_py")
    bazel_dep(name = "rules_python", version = "1.6.1")
    bazel_dep(name = "rules_shell", version = "0.6.1")
    bazel_dep(name = "bazel_skylib", version = "1.8.1")
    bazel_dep(name = "platforms", version = "1.0.0")
    bazel_dep(name = "rules_license", version = "1.0.0")
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 11K bytes
    - Click Count (0)
  2. ci/official/requirements_updater/BUILD.bazel

    # limitations under the License.
    # ==============================================================================
    
    load("@python_version_repo//:py_version.bzl", "REQUIREMENTS")
    load("@rules_python//python:pip.bzl", "compile_pip_requirements")
    
    # TODO(ybaturina): Remove once TF is migrated to CUDA 12.9.
    genrule(
        name = "nvidia_constraints",
        srcs = ["nvidia-requirements.txt"],
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 23 11:18:56 GMT 2026
    - 1.4K bytes
    - Click Count (0)
  3. .bazelrc

    # configurations via `requires-` tags. This results in an action
    # conflict when precompiling. Disable to avoid that problem.
    # See https://github.com/bazel-contrib/rules_python/issues/2445
    common --@rules_python//python/config_settings:precompile=force_disabled
    common --@rules_python//python/config_settings:bootstrap_impl=script --repo_env=RULES_PYTHON_ENABLE_PIPSTAR=0
    
    # Do not do this. If enabled protobuf's core internal target 
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Mar 28 04:33:01 GMT 2026
    - 58.9K bytes
    - Click Count (0)
  4. ci/official/utilities/code_check_full.bats

    @com_github_grpc_grpc//src/compiler
    @com_google_protobuf//upb_generator
    @llvm-project//third-party/siphash
    @platforms//os
    @ml_dtypes_py//ml_dtypes
    @ruy//
    @rules_java_builtin//toolchains
    @rules_ml_toolchain//
    @rules_python//
    @stablehlo//stablehlo/experimental
    EOF
    
      # grep patterns for targets which are allowed to be extra licenses
      cat > $BATS_TEST_TMPDIR/allowed_to_be_extra <<EOF
    @xla//third_party/mkl
    @xla//third_party/mkl_dnn
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Jan 28 22:41:17 GMT 2026
    - 13.6K bytes
    - Click Count (0)
Back to Top