Skip to content

Commit 951cea9

Browse files
committed
Update to kickoff release
1 parent 800196f commit 951cea9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[build-system]
22
requires = [
33
"robotpy-build<2025.0.0,~=2024.0.0",
4-
"robotpy-wpimath==2024.0.0b4",
5-
"robotpy-wpiutil==2024.0.0b4",
6-
"wpilib==2024.0.0b4",
4+
"robotpy-wpimath<2025.0.0,>=2024.1.1",
5+
"robotpy-wpiutil<2025.0.0,>=2024.1.1",
6+
"wpilib<2025.0.0,>=2024.1.1",
77
]
88

99
[tool.robotpy-build]
@@ -17,16 +17,16 @@ author_email = "[email protected]"
1717
url = "https://github.com/robotpy/robotpy-navx"
1818
license = "BSD-3-Clause"
1919
install_requires = [
20-
"robotpy-wpimath<2025.0.0,>=2024.0.0b4",
21-
"robotpy-wpiutil<2025.0.0,>=2024.0.0b4",
22-
"wpilib<2025.0.0,>=2024.0.0b4",
20+
"robotpy-wpimath<2025.0.0,>=2024.1.1",
21+
"robotpy-wpiutil<2025.0.0,>=2024.1.1",
22+
"wpilib<2025.0.0,>=2024.1.1",
2323
]
2424

2525
[tool.robotpy-build.wrappers."navx".maven_lib_download]
2626
artifact_id = "navx-frc-cpp"
2727
group_id = "com.kauailabs.navx.frc"
2828
repo_url = "https://dev.studica.com/maven/release/2024"
29-
version = "2024.0.1-beta-4"
29+
version = "2024.1.0"
3030
use_sources = true
3131
sources = [
3232
"AHRS.cpp",

0 commit comments

Comments
 (0)