Skip to content

Commit

Permalink
Add wpilib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
james-ward committed Nov 27, 2024
1 parent a82c41f commit ec6dfd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install_requires = [
"robotpy-wpimath<2026.0.0,>=2025.0.0b1",
"robotpy-wpinet<2026.0.0,>=2025.0.0b1",
"robotpy-wpiutil<2026.0.0,>=2025.0.0b1",
#"wpilib<2026.0.0,>=2025.0.0b1",
"wpilib<2026.0.0,>=2025.0.0b1",
]

[build-system]
Expand All @@ -20,7 +20,7 @@ requires = [
"robotpy-wpimath<2026.0.0,>=2025.0.0b1",
"robotpy-wpinet<2026.0.0,>=2025.0.0b1",
"robotpy-wpiutil<2026.0.0,>=2025.0.0b1",
#"wpilib<2026.0.0,>=2025.0.0b1",
"wpilib<2026.0.0,>=2025.0.0b1",
]

[tool.robotpy-build]
Expand Down

0 comments on commit ec6dfd9

Please sign in to comment.