Skip to content

Commit c6fe557

Browse files
committed
Bump WPILib requirement
- Needs LiveWindow fix or tests will hang
1 parent b51ee56 commit c6fe557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
url="https://github.com/robotpy/robotpy-commands-v2",
1313
packages=["commands2"],
1414
install_requires=[
15-
"wpilib<2025,>=2024.0.0b2",
15+
"wpilib<2025,>=2024.2.1.2",
1616
"typing_extensions>=4.1.0,<5",
1717
],
1818
license="BSD-3-Clause",

0 commit comments

Comments
 (0)