6
6
url = " https://github.com/robotpy/robotpy-rev"
7
7
license = " BSD-3-Clause"
8
8
install_requires = [
9
- " wpilib~ =2025.0.0b3 " ,
9
+ " wpilib<2026.0.0,> =2025.1.1 " ,
10
10
]
11
11
12
12
[build-system ]
13
13
requires = [
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 " ,
16
16
]
17
17
18
18
[tool .robotpy-build ]
@@ -22,14 +22,14 @@ base_package = "rev"
22
22
artifact_id = " REVLib-driver"
23
23
group_id = " com.revrobotics.frc"
24
24
repo_url = " https://maven.revrobotics.com"
25
- version = " 2025.0.0-beta-4 "
25
+ version = " 2025.0.0"
26
26
libs = [" REVLibDriver" ]
27
27
28
28
[tool .robotpy-build .static_libs ."revlib" .maven_lib_download ]
29
29
artifact_id = " REVLib-cpp"
30
30
group_id = " com.revrobotics.frc"
31
31
repo_url = " https://maven.revrobotics.com"
32
- version = " 2025.0.0-beta-4 "
32
+ version = " 2025.0.0"
33
33
libs = [" REVLib" ]
34
34
35
35
[tool .robotpy-build .wrappers ."rev" ]
@@ -106,7 +106,7 @@ AnalogSensorConfigAccessor = "rev/config/AnalogSensorConfigAccessor.h"
106
106
BaseConfig = " rev/config/BaseConfig.h"
107
107
ClosedLoopConfig = " rev/config/ClosedLoopConfig.h"
108
108
ClosedLoopConfigAccessor = " rev/config/ClosedLoopConfigAccessor.h"
109
- ClosedLoopSlot = " rev/config/ ClosedLoopSlot.h"
109
+ ClosedLoopSlot = " rev/ClosedLoopSlot.h"
110
110
EncoderConfig = " rev/config/EncoderConfig.h"
111
111
EncoderConfigAccessor = " rev/config/EncoderConfigAccessor.h"
112
112
ExternalEncoderConfig = " rev/config/ExternalEncoderConfig.h"
0 commit comments