Skip to content

Commit

Permalink
Target WPILib beta temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek committed Jan 8, 2024
1 parent 45052d8 commit 800196f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[build-system]
requires = [
"robotpy-build<2025.0.0,~=2024.0.0",
"wpilib<2025.0.0,>=2024.1.1",
"robotpy-wpimath==2024.0.0b4",
"robotpy-wpiutil==2024.0.0b4",
"wpilib==2024.0.0b4",
]

[tool.robotpy-build]
Expand All @@ -15,7 +17,9 @@ author_email = "[email protected]"
url = "https://github.com/robotpy/robotpy-navx"
license = "BSD-3-Clause"
install_requires = [
"wpilib<2025.0.0,>=2024.1.1",
"robotpy-wpimath<2025.0.0,>=2024.0.0b4",
"robotpy-wpiutil<2025.0.0,>=2024.0.0b4",
"wpilib<2025.0.0,>=2024.0.0b4",
]

[tool.robotpy-build.wrappers."navx".maven_lib_download]
Expand Down

0 comments on commit 800196f

Please sign in to comment.