Skip to content

Commit

Permalink
Update to 2024.0.1-beta-4
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek committed Jan 7, 2024
1 parent e1b8885 commit 45052d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"robotpy-build<2025.0.0,~=2024.0.0b2",
"wpilib<2025.0.0,>=2024.0.0b2",
"robotpy-build<2025.0.0,~=2024.0.0",
"wpilib<2025.0.0,>=2024.1.1",
]

[tool.robotpy-build]
Expand All @@ -15,14 +15,14 @@ author_email = "[email protected]"
url = "https://github.com/robotpy/robotpy-navx"
license = "BSD-3-Clause"
install_requires = [
"wpilib<2025.0.0,>=2024.0.0b2",
"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-3"
version = "2024.0.1-beta-4"
use_sources = true
sources = [
"AHRS.cpp",
Expand Down

0 comments on commit 45052d8

Please sign in to comment.