6
6
url = " https://github.com/robotpy/robotpy-rev"
7
7
license = " BSD-3-Clause"
8
8
install_requires = [
9
- " robotpy-wpiutil<2025.0.0,>=2024.2.1 " ,
10
- " robotpy-wpimath<2025.0.0,>=2024.2.1 " ,
11
- " wpilib<2025.0.0,>=2024.1.1 " ,
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 " ,
12
12
]
13
13
14
14
[build-system ]
15
15
requires = [
16
16
" robotpy-build<2025.0.0,~=2024.0.0" ,
17
- " robotpy-wpiutil<2025.0.0,~=2024.2.1 " ,
18
- " robotpy-wpimath<2025.0.0,~=2024.2.1 " ,
19
- " wpilib<2025.0.0,~=2024.2.1 " ,
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 " ,
20
20
]
21
21
22
22
[tool .robotpy-build ]
@@ -26,14 +26,14 @@ base_package = "rev"
26
26
artifact_id = " REVLib-driver"
27
27
group_id = " com.revrobotics.frc"
28
28
repo_url = " https://maven.revrobotics.com"
29
- version = " 2024.2.2 "
29
+ version = " 2024.2.3 "
30
30
libs = [" REVLibDriver" ]
31
31
32
32
[tool .robotpy-build .static_libs ."revlib" .maven_lib_download ]
33
33
artifact_id = " REVLib-cpp"
34
34
group_id = " com.revrobotics.frc"
35
35
repo_url = " https://maven.revrobotics.com"
36
- version = " 2024.2.2 "
36
+ version = " 2024.2.3 "
37
37
libs = [" REVLib" ]
38
38
39
39
[tool .robotpy-build .wrappers ."rev" ]
0 commit comments