@@ -6,17 +6,17 @@ author_email = "robotpy@googlegroups.com"
66url = " https://github.com/robotpy/robotpy-rev"
77license = " BSD-3-Clause"
88install_requires = [
9- " robotpy-wpiutil<2024 .0.0,>=2023.1.1.0 " ,
10- " robotpy-wpimath<2024 .0.0,>=2023.1.1.0 " ,
11- " wpilib<2024 .0.0,>=2023.1.1.0 " ,
9+ " robotpy-wpiutil<2025 .0.0,>=2024.0.0b2 " ,
10+ " robotpy-wpimath<2025 .0.0,>=2024.0.0b2 " ,
11+ " wpilib<2025 .0.0,>=2024.0.0b2 " ,
1212]
1313
1414[build-system ]
1515requires = [
16- " robotpy-build<2024 .0.0,>=2023 .0.0 " ,
17- " robotpy-wpiutil<2024 .0.0,>=2023.1.1.0 " ,
18- " robotpy-wpimath<2024 .0.0,>=2023.1.1.0 " ,
19- " wpilib<2024 .0.0,>=2023.1.1.0 " ,
16+ " robotpy-build<2025 .0.0,~=2024 .0.0b2 " ,
17+ " robotpy-wpiutil<2025 .0.0,>=2024.0.0b2 " ,
18+ " robotpy-wpimath<2025 .0.0,>=2024.0.0b2 " ,
19+ " wpilib<2025 .0.0,>=2024.0.0b2 " ,
2020]
2121
2222[tool .robotpy-build ]
@@ -26,14 +26,14 @@ base_package = "rev"
2626artifact_id = " REVLib-driver"
2727group_id = " com.revrobotics.frc"
2828repo_url = " https://maven.revrobotics.com"
29- version = " 2023.1.3 "
29+ version = " 2024.0.0 "
3030libs = [" REVLibDriver" ]
3131
3232[tool .robotpy-build .static_libs ."revlib" .maven_lib_download ]
3333artifact_id = " REVLib-cpp"
3434group_id = " com.revrobotics.frc"
3535repo_url = " https://maven.revrobotics.com"
36- version = " 2023.1.3 "
36+ version = " 2024.0.0 "
3737libs = [" REVLib" ]
3838
3939[tool .robotpy-build .wrappers ."rev" ]
0 commit comments