Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 5 of 5 for rules_python (0.12 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/README.md

    To make sure that TensorFlow's build is reproducible, behaves uniformly across
    supported platforms (Linux, Windows, MacOS) and is properly isolated from
    specifics of a local system, we rely on hermetic Python (see
    [rules_python](https://github.com/bazelbuild/rules_python)) for all build
    and test commands executed via Bazel. This means that your system Python
    installation will be ignored during the build and Python interpreter itself
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Jun 29 00:19:18 GMT 2024
    - 3K bytes
    - Click Count (0)
  3. 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)
  4. .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)
  5. 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