Spaces:
Sleeping
Sleeping
Update WORKSPACE
Browse files
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.
|
82 |
-
urls = ["https://github.com/pybind/pybind11/archive/v2.
|
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")
|