Skip to content

Commit 2b905dc

Browse files
committed
Bump WPILib requirement
- Needs LiveWindow fix or tests will hang
1 parent a953e07 commit 2b905dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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)