Skip to content

Commit 94fbc9d

Browse files
committed
Bump requirements
1 parent 9f3d582 commit 94fbc9d

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
@@ -40,7 +40,7 @@
4040
with open(join(setup_dir, 'README.rst'), 'r') as readme_file:
4141
long_description = readme_file.read()
4242

43-
install_requires = ['wpilib>=2017.1.0,<2018.0.0', 'pynetworktables>=2017.0.1']
43+
install_requires = ['wpilib>=2018.0.0,<2019.0.0', 'pynetworktables>=2018.0.0']
4444

4545
setup(
4646
name='robotpy-wpilib-utilities',

0 commit comments

Comments
 (0)