Skip to content

Commit

Permalink
windows: added scipy dependency
Browse files Browse the repository at this point in the history
needed for MagFit tool
  • Loading branch information
tridge committed Dec 16, 2024
1 parent 5127953 commit d7b9bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/mavproxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MAVProxyAny = Analysis(['mavproxy.py'],
'wx.lib.embeddedimage', 'wx.lib.imageutils', 'wx.lib.agw.aquabutton',
'wx.lib.agw.gradientbutton',
'six','packaging', 'packaging.version', 'packaging.specifiers',
'requests',
'requests', 'scipy',
] + collect_submodules('MAVProxy.modules') +
collect_submodules('pymavlink') + collect_submodules('yaml') + collect_submodules('pygame'),
datas= [ ('modules\\mavproxy_map\\data\\*.*', 'MAVProxy\\modules\\mavproxy_map\\data' ),
Expand Down

0 comments on commit d7b9bbe

Please sign in to comment.