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",