Skip to content

Commit 8823712

Browse files
committed
Bump wpilib requirements
1 parent 4c1a975 commit 8823712

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
@@ -51,7 +51,7 @@
5151
author_email="robotpy@googlegroups.com",
5252
url="https://github.com/robotpy/robotpy-wpilib-utilities",
5353
keywords="frc first robotics",
54-
install_requires=["pynetworktables>=2019.0.0", "wpilib>=2019.0.0,<2020.0.0"],
54+
install_requires=["pynetworktables>=2019.0.0", "wpilib>=2019.1.1,<2020.0.0"],
5555
packages=find_packages(),
5656
license="BSD",
5757
classifiers=[

0 commit comments

Comments
 (0)