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 746dce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -31,7 +31,7 @@ MAVExpAny = Analysis(['.\\tools\\MAVExplorer.py'],
'prompt_toolkit', 'HTMLParser', 'wx.grid', 'wx._grid',
'wx.lib.agw.genericmessagedialog', 'wx.lib.wordwrap', 'wx.lib.buttons',
'wx.lib.embeddedimage', 'wx.lib.imageutils', 'wx.lib.agw.aquabutton',
'wx.lib.agw.gradientbutton', 'FileDialog', 'Dialog',
'wx.lib.agw.gradientbutton', 'FileDialog', 'Dialog', 'scipy',
] + collect_submodules('pymavlink'),
datas= [ ('tools\\graphs\\*.*', 'MAVProxy\\tools\\graphs' ) ],
hookspath=None,
Expand Down

0 comments on commit 746dce6

Please sign in to comment.