Skip to content

Commit 4484f61

Browse files
1 parent 3f1ec7e commit 4484f61

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

release_notes/v1.44.0.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,14 @@ <h1 id="announcements">Announcements</h1>
163163

164164
<ul>
165165
<li>We’ve added a new tutorial on automatic differentiation basics (<a href="https://github.com/RobotLocomotion/drake/pull/23162">#23162</a>).</li>
166+
<li>Wheel packages now depend on Mosek as a PyPI requirement instead of embedding
167+
it inside the Drake wheel file (<a href="https://github.com/RobotLocomotion/drake/pull/23128">#23128</a>, <a href="https://github.com/RobotLocomotion/drake/pull/23243">#23243</a>).
168+
<ul>
169+
<li>Mosek packages declare an upper-bound on their supported Python version
170+
(&lt;3.14); your package manager (e.g., Poetry) might require you to add
171+
that same bound in your <code class="language-plaintext highlighter-rouge">pyproject.toml</code> as a consequence.</li>
172+
</ul>
173+
</li>
166174
</ul>
167175

168176
<h1 id="breaking-changes-since-v1430">Breaking changes since v1.43.0</h1>

0 commit comments

Comments
 (0)