@@ -6,17 +6,17 @@ author_email = "robotpy@googlegroups.com"
66url = " https://github.com/robotpy/robotpy-playingwithfusion"
77license = " BSD-3-Clause"
88install_requires = [
9- " robotpy-wpiutil<2025 .0.0,>=2024.3.2 " ,
10- " robotpy-wpimath<2025 .0.0,>=2024.3.2 " ,
11- " wpilib<2025 .0.0,>=2024.3.2 " ,
9+ " robotpy-wpiutil<2026 .0.0,>=2025.0.0 " ,
10+ " robotpy-wpimath<2026 .0.0,>=2025.0.0 " ,
11+ " wpilib<2026 .0.0,>=2025.1.1 " ,
1212]
1313
1414[build-system ]
1515requires = [
16- " robotpy-build<2025 .0.0,>=2024 .0.0" ,
17- " robotpy-wpiutil<2025 .0.0,>=2024.3.2 " ,
18- " robotpy-wpimath<2025 .0.0,>=2024.3.2 " ,
19- " wpilib<2025 .0.0,>=2024.3.2 " ,
16+ " robotpy-build<2026 .0.0,>=2025 .0.0" ,
17+ " robotpy-wpiutil<2026 .0.0,>=2025.0.0 " ,
18+ " robotpy-wpimath<2026 .0.0,>=2025.0.0 " ,
19+ " wpilib<2026 .0.0,>=2025.1.1 " ,
2020]
2121
2222[tool .robotpy-build ]
@@ -26,7 +26,7 @@ base_package = "playingwithfusion"
2626artifact_id = " PlayingWithFusion-driver"
2727group_id = " com.playingwithfusion.frc"
2828repo_url = " https://www.playingwithfusion.com/frc/maven"
29- version = " 2024.03.09 "
29+ version = " 2025.01.04 "
3030
3131libs = [" PlayingWithFusionDriver" ]
3232
@@ -38,7 +38,7 @@ depends = ["wpilib_core", "wpiutil"]
3838artifact_id = " PlayingWithFusion-cpp"
3939group_id = " com.playingwithfusion.frc"
4040repo_url = " https://www.playingwithfusion.com/frc/maven"
41- version = " 2024.03.09 "
41+ version = " 2025.01.04 "
4242
4343libs = [" PlayingWithFusion" ]
4444
0 commit comments