Skip to content

Commit 779cb7f

Browse files
committed
Bump RobotPy to 2024.2.1 in order to support SysId commands
1 parent 106816c commit 779cb7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ keywords = ["frc", "swerve-drive"]
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.11,<3.13"
13-
robotpy = {version = ">=2024.1.1.2,<2025.0.0", extras = ["rev", "phoenix5", "pathplannerlib"]}
14-
robotpy-commands-v2 = {git = "https://github.com/robotpy/robotpy-commands-v2.git", rev = "27a3071"}
13+
robotpy = {version = ">=2024.2.1,<2025", extras = ["rev", "phoenix5", "pathplannerlib", "commands2"]}
1514
Pint = "^0.20.1"
1615

1716
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)