Commit a5d6018 1 parent f68d869 commit a5d6018 Copy full SHA for a5d6018
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ install_requires = [
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.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.1 "
29
+ version = " 2024.2.2 "
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.1 "
36
+ version = " 2024.2.2 "
37
37
libs = [" REVLib" ]
38
38
39
39
[tool .robotpy-build .wrappers ."rev" ]
You can’t perform that action at this time.
0 commit comments