Skip to content

Commit 746dce6

Browse files
committed
windows: added scipy dependency
needed for MagFit tool
1 parent 5127953 commit 746dce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows/mavproxy.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ MAVProxyAny = Analysis(['mavproxy.py'],
1313
'wx.lib.embeddedimage', 'wx.lib.imageutils', 'wx.lib.agw.aquabutton',
1414
'wx.lib.agw.gradientbutton',
1515
'six','packaging', 'packaging.version', 'packaging.specifiers',
16-
'requests',
16+
'requests', 'scipy',
1717
] + collect_submodules('MAVProxy.modules') +
1818
collect_submodules('pymavlink') + collect_submodules('yaml') + collect_submodules('pygame'),
1919
datas= [ ('modules\\mavproxy_map\\data\\*.*', 'MAVProxy\\modules\\mavproxy_map\\data' ),
@@ -31,7 +31,7 @@ MAVExpAny = Analysis(['.\\tools\\MAVExplorer.py'],
3131
'prompt_toolkit', 'HTMLParser', 'wx.grid', 'wx._grid',
3232
'wx.lib.agw.genericmessagedialog', 'wx.lib.wordwrap', 'wx.lib.buttons',
3333
'wx.lib.embeddedimage', 'wx.lib.imageutils', 'wx.lib.agw.aquabutton',
34-
'wx.lib.agw.gradientbutton', 'FileDialog', 'Dialog',
34+
'wx.lib.agw.gradientbutton', 'FileDialog', 'Dialog', 'scipy',
3535
] + collect_submodules('pymavlink'),
3636
datas= [ ('tools\\graphs\\*.*', 'MAVProxy\\tools\\graphs' ) ],
3737
hookspath=None,

0 commit comments

Comments
 (0)