Skip to content

Commit a5d6018

Browse files
committed
Update to REVLib 2024.2.2
1 parent f68d869 commit a5d6018

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ install_requires = [
1414
[build-system]
1515
requires = [
1616
"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",
2020
]
2121

2222
[tool.robotpy-build]
@@ -26,14 +26,14 @@ base_package = "rev"
2626
artifact_id = "REVLib-driver"
2727
group_id = "com.revrobotics.frc"
2828
repo_url = "https://maven.revrobotics.com"
29-
version = "2024.2.1"
29+
version = "2024.2.2"
3030
libs = ["REVLibDriver"]
3131

3232
[tool.robotpy-build.static_libs."revlib".maven_lib_download]
3333
artifact_id = "REVLib-cpp"
3434
group_id = "com.revrobotics.frc"
3535
repo_url = "https://maven.revrobotics.com"
36-
version = "2024.2.1"
36+
version = "2024.2.2"
3737
libs = ["REVLib"]
3838

3939
[tool.robotpy-build.wrappers."rev"]

0 commit comments

Comments
 (0)