Skip to content

Commit 0a20a34

Browse files
Update dependency drake to ~=1.44 (#425)
Co-authored-by: Jeremy Nimmer <[email protected]>
1 parent 0c0718e commit 0a20a34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

drake_pip/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# use 'drake~=x.y' instead of 'drake~=x.y.z'. See
55
# https://packaging.python.org/en/latest/specifications/version-specifiers/#compatible-release
66
# for more details.
7-
drake~=1.43
7+
drake~=1.44

drake_poetry/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ version = "0.0.0.dev0"
88
description = "External examples for Drake"
99
authors = [{ name = "RobotLocomotion <@>" }]
1010
readme = "README.md"
11-
requires-python = ">=3.10"
11+
requires-python = ">=3.10,<3.14"
1212
dynamic = ["dependencies"]
1313

1414
[tool.poetry]
1515
package-mode = false
1616

1717
[tool.poetry.dependencies]
18-
drake = "~=1.43"
18+
drake = "~=1.44"

0 commit comments

Comments
 (0)