Skip to content

Commit

Permalink
Revert "depend on pymavlink 2.4.41"
Browse files Browse the repository at this point in the history
This reverts commit 614b56e.
  • Loading branch information
tridge committed Dec 17, 2023
1 parent 5a1f8a3 commit f99b4a8
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.41',
requirements=['pymavlink>=2.4.14',
'pyserial>=3.0',
'numpy']

Expand Down

0 comments on commit f99b4a8

Please sign in to comment.