Skip to content

Commit

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

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

[tool.robotpy-build.wrappers."navx".maven_lib_download]
artifact_id = "navx-frc-cpp"
group_id = "com.kauailabs.navx.frc"
repo_url = "https://dev.studica.com/maven/release/2024"
version = "2024.0.1-beta-4"
version = "2024.1.0"
use_sources = true
sources = [
"AHRS.cpp",
Expand Down

0 comments on commit 951cea9

Please sign in to comment.