ntt123 commited on
Commit
ff1fae2
verified
1 Parent(s): 4fe263a

Update WORKSPACE

Browse files
Files changed (1) hide show
  1. WORKSPACE +2 -2
WORKSPACE CHANGED
@@ -78,8 +78,8 @@ http_archive(
78
  http_archive(
79
  name = "pybind11",
80
  build_file = "@pybind11_bazel//:pybind11.BUILD",
81
- strip_prefix = "pybind11-2.9.0",
82
- urls = ["https://github.com/pybind/pybind11/archive/v2.9.0.tar.gz"],
83
  )
84
  load("@pybind11_bazel//:python_configure.bzl", "python_configure")
85
  python_configure(name = "local_config_python")
 
78
  http_archive(
79
  name = "pybind11",
80
  build_file = "@pybind11_bazel//:pybind11.BUILD",
81
+ strip_prefix = "pybind11-2.10.0",
82
+ urls = ["https://github.com/pybind/pybind11/archive/v2.10.0.tar.gz"],
83
  )
84
  load("@pybind11_bazel//:python_configure.bzl", "python_configure")
85
  python_configure(name = "local_config_python")