File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ cpp_python_extension(
19
19
],
20
20
deps = [
21
21
"fbsource//third-party/flatbuffers:flatc_library",
22
- "fbsource//third-party/pybind11/2.6.2 :pybind11",
22
+ "fbsource//third-party/pybind11:pybind11",
23
23
],
24
24
)
25
25
Original file line number Diff line number Diff line change 8
8
9
9
#include < flatbuffers/flatc.h> // @manual=fbsource//third-party/flatbuffers:flatc_library
10
10
#include < flatbuffers/idl.h> // @manual=fbsource//third-party/flatbuffers:flatc_library
11
- #include < pybind11/pybind11.h> // @manual=fbsource//third-party/pybind11/2.6.2 :pybind11
12
- #include < pybind11/stl.h> // @manual=fbsource//third-party/pybind11/2.6.2 :pybind11
11
+ #include < pybind11/pybind11.h> // @manual=fbsource//third-party/pybind11:pybind11
12
+ #include < pybind11/stl.h> // @manual=fbsource//third-party/pybind11:pybind11
13
13
14
14
namespace exir {
15
15
namespace {
You can’t perform that action at this time.
0 commit comments