Skip to content

Commit c2c2280

Browse files
committed
Update deps
1 parent 40bc520 commit c2c2280

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
@@ -11,7 +11,7 @@
1111
description="WPILib command framework v2",
1212
url="https://github.com/robotpy/robotpy-commands-v2",
1313
packages=["commands2"],
14-
install_requires=["wpilib>=2024", "typing_extensions>=4.1.0,<5"],
14+
install_requires=["wpilib<2025,>=2024.0.0b2", "typing_extensions>=4.1.0,<5"],
1515
license="BSD-3-Clause",
1616
python_requires=">=3.8",
1717
include_package_data=True,

0 commit comments

Comments
 (0)