File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ set(MUJOCO_DEP_VERSION_qhull
3939 CACHE STRING "Version of `qhull` to be fetched."
4040)
4141set (MUJOCO_DEP_VERSION_Eigen3
42- 49623d0c4e1af3c680845191948d10f6d3e92f8a
42+ 75bcd155c40cb48e647c87c3f29052360255bc9e
4343 CACHE STRING "Version of `Eigen3` to be fetched."
4444)
4545
4646set (MUJOCO_DEP_VERSION_abseil
47- d38452e1ee03523a208362186fd42248ff2609f6 # LTS 20250814.1
47+ 255c84dadd029fd8ad25c5efb5933e47beaa00c7 # LTS 20250814.1
4848 CACHE STRING "Version of `abseil` to be fetched."
4949)
5050
Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- Upcoming version (not yet released )
6- -----------------------------------
5+ Version 3.5.0 (February 12, 2026 )
6+ ---------------------------------
77
88Significant new features
99^^^^^^^^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ findorfetch(
140140 GIT_REPO
141141 https://github.com/abseil/abseil-cpp
142142 GIT_TAG
143- d38452e1ee03523a208362186fd42248ff2609f6 # LTS 20250814.1
143+ 255c84dadd029fd8ad25c5efb5933e47beaa00c7 # LTS 20250814.1
144144 TARGETS
145145 ${MUJOCO_PYTHON_ABSL_TARGETS}
146146 EXCLUDE_FROM_ALL
@@ -173,7 +173,7 @@ findorfetch(
173173 GIT_REPO
174174 https://gitlab.com/libeigen/eigen
175175 GIT_TAG
176- 49623d0c4e1af3c680845191948d10f6d3e92f8a
176+ 75bcd155c40cb48e647c87c3f29052360255bc9e
177177 TARGETS
178178 Eigen3::Eigen
179179 EXCLUDE_FROM_ALL
You can’t perform that action at this time.
0 commit comments