Skip to content

Commit 716ae10

Browse files
mmossgcopybara-github
authored andcommitted
Update dependencies and changelog ahead of the 3.5.0 release.
PiperOrigin-RevId: 869221912 Change-Id: I77aa1f898009c5d24218434863d0588ddf8a058b
1 parent 16c58b9 commit 716ae10

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cmake/MujocoDependencies.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ set(MUJOCO_DEP_VERSION_qhull
3939
CACHE STRING "Version of `qhull` to be fetched."
4040
)
4141
set(MUJOCO_DEP_VERSION_Eigen3
42-
49623d0c4e1af3c680845191948d10f6d3e92f8a
42+
75bcd155c40cb48e647c87c3f29052360255bc9e
4343
CACHE STRING "Version of `Eigen3` to be fetched."
4444
)
4545

4646
set(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

doc/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog
33
=========
44

5-
Upcoming version (not yet released)
6-
-----------------------------------
5+
Version 3.5.0 (February 12, 2026)
6+
---------------------------------
77

88
Significant new features
99
^^^^^^^^^^^^^^^^^^^^^^^^

python/mujoco/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)