We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0718e commit 0a20a34Copy full SHA for 0a20a34
drake_pip/requirements.txt
@@ -4,4 +4,4 @@
4
# use 'drake~=x.y' instead of 'drake~=x.y.z'. See
5
# https://packaging.python.org/en/latest/specifications/version-specifiers/#compatible-release
6
# for more details.
7
-drake~=1.43
+drake~=1.44
drake_poetry/pyproject.toml
@@ -8,11 +8,11 @@ version = "0.0.0.dev0"
8
description = "External examples for Drake"
9
authors = [{ name = "RobotLocomotion <@>" }]
10
readme = "README.md"
11
-requires-python = ">=3.10"
+requires-python = ">=3.10,<3.14"
12
dynamic = ["dependencies"]
13
14
[tool.poetry]
15
package-mode = false
16
17
[tool.poetry.dependencies]
18
-drake = "~=1.43"
+drake = "~=1.44"
0 commit comments