@@ -6,17 +6,17 @@ author_email = "robotpy@googlegroups.com"
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.1 .1" ,
10
- " robotpy-wpimath<2025.0.0,>=2024.1 .1" ,
9
+ " robotpy-wpiutil<2025.0.0,>=2024.2 .1" ,
10
+ " robotpy-wpimath<2025.0.0,>=2024.2 .1" ,
11
11
" wpilib<2025.0.0,>=2024.1.1" ,
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.1 .1" ,
18
- " robotpy-wpimath<2025.0.0,>=2024.1 .1" ,
19
- " wpilib<2025.0.0,>=2024.1 .1" ,
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" ,
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.0 "
29
+ version = " 2024.2.1 "
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.0 "
36
+ version = " 2024.2.1 "
37
37
libs = [" REVLib" ]
38
38
39
39
[tool .robotpy-build .wrappers ."rev" ]
0 commit comments