@@ -6,13 +6,13 @@ author_email = "robotpy@googlegroups.com"
66url = " https://github.com/robotpy/robotpy-rev"
77license = " BSD-3-Clause"
88install_requires = [
9- " wpilib~ =2025.0.0b3 " ,
9+ " wpilib<2026.0.0,> =2025.1.1 " ,
1010]
1111
1212[build-system ]
1313requires = [
14- " robotpy-build<2025 .0.0b1 ,~=2025.0.0a6 " ,
15- " wpilib~ =2025.0.0b3 " ,
14+ " robotpy-build<2026 .0.0 ,~=2025.0.0 " ,
15+ " wpilib<2026.0.0,> =2025.1.1 " ,
1616]
1717
1818[tool .robotpy-build ]
@@ -22,14 +22,14 @@ base_package = "rev"
2222artifact_id = " REVLib-driver"
2323group_id = " com.revrobotics.frc"
2424repo_url = " https://maven.revrobotics.com"
25- version = " 2025.0.0-beta-4 "
25+ version = " 2025.0.0"
2626libs = [" REVLibDriver" ]
2727
2828[tool .robotpy-build .static_libs ."revlib" .maven_lib_download ]
2929artifact_id = " REVLib-cpp"
3030group_id = " com.revrobotics.frc"
3131repo_url = " https://maven.revrobotics.com"
32- version = " 2025.0.0-beta-4 "
32+ version = " 2025.0.0"
3333libs = [" REVLib" ]
3434
3535[tool .robotpy-build .wrappers ."rev" ]
@@ -106,7 +106,7 @@ AnalogSensorConfigAccessor = "rev/config/AnalogSensorConfigAccessor.h"
106106BaseConfig = " rev/config/BaseConfig.h"
107107ClosedLoopConfig = " rev/config/ClosedLoopConfig.h"
108108ClosedLoopConfigAccessor = " rev/config/ClosedLoopConfigAccessor.h"
109- ClosedLoopSlot = " rev/config/ ClosedLoopSlot.h"
109+ ClosedLoopSlot = " rev/ClosedLoopSlot.h"
110110EncoderConfig = " rev/config/EncoderConfig.h"
111111EncoderConfigAccessor = " rev/config/EncoderConfigAccessor.h"
112112ExternalEncoderConfig = " rev/config/ExternalEncoderConfig.h"
0 commit comments