Skip to content

Commit 6776725

Browse files
committed
update version check for monotonic package
we can modify this if we need to later
1 parent 7761a53 commit 6776725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ psutil>=3.0.0
66
mock>=1.3.0
77
six>=1.9.0
88
dronekit-sitl>=3.0,<=3.99999
9-
monotonic==0.6
9+
monotonic<1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
author='3D Robotics',
1313
install_requires=[
1414
'pymavlink>=1.1.62',
15-
'monotonic==0.6'
15+
'monotonic<1.0'
1616
],
1717
1818
classifiers=[

0 commit comments

Comments
 (0)