Skip to content

Commit

Permalink
Bump pybind11 and Eigen versions.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 481831731
Change-Id: I29082287c7b716bfb29b25545599f6eca8106c49
  • Loading branch information
saran-t authored and copybara-github committed Oct 18, 2022
1 parent 57b0b36 commit 573d331
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/MujocoDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ set(MUJOCO_DEP_VERSION_qhull
CACHE STRING "Version of `qhull` to be fetched."
)
set(MUJOCO_DEP_VERSION_Eigen3
b3bf8d6a13585ff248c079402654647d298de60b
3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e
CACHE STRING "Version of `Eigen3` to be fetched."
)

Expand Down
4 changes: 2 additions & 2 deletions python/mujoco/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ findorfetch(
GIT_REPO
https://gitlab.com/libeigen/eigen
GIT_TAG
b3bf8d6a13585ff248c079402654647d298de60b
3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e
TARGETS
Eigen3::Eigen
EXCLUDE_FROM_ALL
Expand All @@ -177,7 +177,7 @@ findorfetch(
GIT_REPO
https://github.com/pybind/pybind11
GIT_TAG
4e1e2fe62ae8d16e305ed6ca67891b955b41645d
0aa8c9452803604b8e65a624c28f6ba89bd6499a
TARGETS
pybind11::pybind11_headers
EXCLUDE_FROM_ALL
Expand Down

0 comments on commit 573d331

Please sign in to comment.