From 82ca526c0cbf960ae10b4b7e746cba30d9b08d26 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Thu, 6 Feb 2025 16:50:42 -0800 Subject: [PATCH] Remove `srcs_version` and `python_version` attributes, as they already default to `"PY3"` PiperOrigin-RevId: 724122259 --- python/BUILD.bazel | 1 - 1 file changed, 1 deletion(-) diff --git a/python/BUILD.bazel b/python/BUILD.bazel index 73a0724..5b7dabd 100644 --- a/python/BUILD.bazel +++ b/python/BUILD.bazel @@ -33,7 +33,6 @@ pybind_extension( py_binary( name = "run_example", srcs = ["run_example.py"], - python_version = "PY3", deps = [ ":gemma", "@python_deps//absl_py",