Skip to content

Commit 573d331

Browse files
saran-tcopybara-github
authored andcommitted
Bump pybind11 and Eigen versions.
PiperOrigin-RevId: 481831731 Change-Id: I29082287c7b716bfb29b25545599f6eca8106c49
1 parent 57b0b36 commit 573d331

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmake/MujocoDependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ set(MUJOCO_DEP_VERSION_qhull
3939
CACHE STRING "Version of `qhull` to be fetched."
4040
)
4141
set(MUJOCO_DEP_VERSION_Eigen3
42-
b3bf8d6a13585ff248c079402654647d298de60b
42+
3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e
4343
CACHE STRING "Version of `Eigen3` to be fetched."
4444
)
4545

python/mujoco/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ findorfetch(
160160
GIT_REPO
161161
https://gitlab.com/libeigen/eigen
162162
GIT_TAG
163-
b3bf8d6a13585ff248c079402654647d298de60b
163+
3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e
164164
TARGETS
165165
Eigen3::Eigen
166166
EXCLUDE_FROM_ALL
@@ -177,7 +177,7 @@ findorfetch(
177177
GIT_REPO
178178
https://github.com/pybind/pybind11
179179
GIT_TAG
180-
4e1e2fe62ae8d16e305ed6ca67891b955b41645d
180+
0aa8c9452803604b8e65a624c28f6ba89bd6499a
181181
TARGETS
182182
pybind11::pybind11_headers
183183
EXCLUDE_FROM_ALL

0 commit comments

Comments
 (0)