Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Inspirol committed Jan 11, 2024
1 parent 23f93eb commit cbfd346
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[tool.robotpy]

# Version of robotpy this project depends on
robotpy_version = "2024.1.1.1"
robotpy_version = "2024.1.1.3"

# Which extra RobotPy components should be installed
# -> equivalent to `pip install robotpy[extra1, ...]
Expand All @@ -17,7 +17,7 @@ robotpy_extras = [
# "cscore"
# "navx"
# "pathplannerlib"
# "phoenix5",
"phoenix5",
# "phoenix6",
# "playingwithfusion"
"rev",
Expand All @@ -29,5 +29,5 @@ robotpy_extras = [
# Other pip packages to install
requires = [
"robotpy-commands-v2==2024.0.0b4",
"robotpy-ctre==2024.0.0b4",
# "robotpy-ctre==2024.0.0b4",
]

0 comments on commit cbfd346

Please sign in to comment.