- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for rules_python (0.11 seconds)
-
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) -
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) -
.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)