From d4cbf516b1cdd2dfa7017e153d7591d6b93b8f62 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 30 Jul 2024 02:49:02 +0000 Subject: [PATCH] update py11 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index fac76a3..13d5304 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -152,8 +152,8 @@ http_archive( http_archive( name = "pybind11_bazel", - strip_prefix = "pybind11_bazel-master", - urls = ["https://github.com/pybind/pybind11_bazel/archive/master.zip"], + strip_prefix = "pybind11_bazel-2.11.1.bzl.1", + urls = ["https://github.com/pybind/pybind11_bazel/archive/refs/tags/v2.11.1.bzl.1.zip"], ) http_archive(