Skip to content

Commit

Permalink
Bump wpilib
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Feb 28, 2024
1 parent 8d8dcbb commit f230752
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ author_email = "[email protected]"
url = "https://github.com/robotpy/robotpy-rev"
license = "BSD-3-Clause"
install_requires = [
"robotpy-wpiutil<2025.0.0,>=2024.2.1",
"robotpy-wpimath<2025.0.0,>=2024.2.1",
"wpilib<2025.0.0,>=2024.1.1",
"robotpy-wpiutil<2025.0.0,>=2024.3.1",
"robotpy-wpimath<2025.0.0,>=2024.3.1",
"wpilib<2025.0.0,>=2024.3.1",
]

[build-system]
requires = [
"robotpy-build<2025.0.0,~=2024.0.0",
"robotpy-wpiutil<2025.0.0,~=2024.2.1",
"robotpy-wpimath<2025.0.0,~=2024.2.1",
"wpilib<2025.0.0,~=2024.2.1",
"robotpy-wpiutil<2025.0.0,~=2024.3.1",
"robotpy-wpimath<2025.0.0,~=2024.3.1",
"wpilib<2025.0.0,~=2024.3.1",
]

[tool.robotpy-build]
Expand Down

0 comments on commit f230752

Please sign in to comment.