diff --git a/cmake/MujocoDependencies.cmake b/cmake/MujocoDependencies.cmake index ec8fbeebd8..99e4a7acfb 100644 --- a/cmake/MujocoDependencies.cmake +++ b/cmake/MujocoDependencies.cmake @@ -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." ) diff --git a/python/mujoco/CMakeLists.txt b/python/mujoco/CMakeLists.txt index c955b78769..73d70a4f98 100644 --- a/python/mujoco/CMakeLists.txt +++ b/python/mujoco/CMakeLists.txt @@ -160,7 +160,7 @@ findorfetch( GIT_REPO https://gitlab.com/libeigen/eigen GIT_TAG - b3bf8d6a13585ff248c079402654647d298de60b + 3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e TARGETS Eigen3::Eigen EXCLUDE_FROM_ALL @@ -177,7 +177,7 @@ findorfetch( GIT_REPO https://github.com/pybind/pybind11 GIT_TAG - 4e1e2fe62ae8d16e305ed6ca67891b955b41645d + 0aa8c9452803604b8e65a624c28f6ba89bd6499a TARGETS pybind11::pybind11_headers EXCLUDE_FROM_ALL