Skip to content

Commit

Permalink
depend on pymavlink 2.4.41
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Dec 16, 2023
1 parent df842bb commit 614b56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def package_files(directory):
# as that breaks the pip install. It seems that pip is not smart enough to
# use the system versions of these dependencies, so it tries to download and install
# large numbers of modules like numpy etc which may be already installed
requirements=['pymavlink>=2.4.14',
requirements=['pymavlink>=2.4.41',
'pyserial>=3.0',
'numpy']

Expand Down

0 comments on commit 614b56e

Please sign in to comment.