Skip to content

Commit

Permalink
update python commands lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansen4857 committed Jan 24, 2024
1 parent b16f52b commit 07b8219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pathplannerlib-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ keywords = ["pathplannerlib"]
dependencies = [
"pyntcore >=2024.2.1",
"robotpy-wpimath >=2024.2.1",
"robotpy-commands-v2 >=2024.0.0b4",
"robotpy-commands-v2 >=2024.2.1",
"robotpy-wpiutil >=2024.2.1",
"robotpy-hal >=2024.2.1",
]
Expand Down
2 changes: 1 addition & 1 deletion pathplannerlib-python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setuptools~=68.2.0
pyntcore>=2024.2.1
robotpy-wpimath>=2024.2.1
robotpy-commands-v2>=2024.0.0b4
robotpy-commands-v2>=2024.2.1
robotpy-wpiutil>=2024.2.1
robotpy-hal>=2024.2.1

0 comments on commit 07b8219

Please sign in to comment.