Skip to content

Commit

Permalink
Mass migrate to pybind11 2.10.4 #1 (pytorch#3763)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#3763

Reviewed By: itamaro, tarun292

Differential Revision: D51566750

fbshipit-source-id: 654c426d479833867e93083e9b55786abfc24a32
  • Loading branch information
8Keep authored and facebook-github-bot committed May 29, 2024
1 parent 0b34dc5 commit d9194d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exir/_serialize/TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cpp_python_extension(
],
deps = [
"fbsource//third-party/flatbuffers:flatc_library",
"fbsource//third-party/pybind11/2.6.2:pybind11",
"fbsource//third-party/pybind11:pybind11",
],
)

Expand Down
4 changes: 2 additions & 2 deletions exir/_serialize/bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

#include <flatbuffers/flatc.h> // @manual=fbsource//third-party/flatbuffers:flatc_library
#include <flatbuffers/idl.h> // @manual=fbsource//third-party/flatbuffers:flatc_library
#include <pybind11/pybind11.h> // @manual=fbsource//third-party/pybind11/2.6.2:pybind11
#include <pybind11/stl.h> // @manual=fbsource//third-party/pybind11/2.6.2:pybind11
#include <pybind11/pybind11.h> // @manual=fbsource//third-party/pybind11:pybind11
#include <pybind11/stl.h> // @manual=fbsource//third-party/pybind11:pybind11

namespace exir {
namespace {
Expand Down

0 comments on commit d9194d1

Please sign in to comment.