From b0284ac80ca0250a3be0ea05b51fde374677f221 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Wed, 26 Oct 2022 10:27:15 -0500 Subject: [PATCH] Add ipopt and casadi to hidden imports in spec --- pyinstaller.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinstaller.spec b/pyinstaller.spec index 2e2499c..fa7934c 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -39,7 +39,7 @@ a = Analysis(['run.py'], hiddenimports=['ipykernel.datapub', 'debugpy', 'vtkmodules', 'vtkmodules.all', 'pyqtgraph.graphicsItems.ViewBox.axisCtrlTemplate_pyqt5', 'pyqtgraph.graphicsItems.PlotItem.plotConfigTemplate_pyqt5', - 'pyqtgraph.imageview.ImageViewTemplate_pyqt5', 'xmlrpc', + 'pyqtgraph.imageview.ImageViewTemplate_pyqt5', 'xmlrpc', 'ipopt', 'casadi', 'zmq.backend', 'cq_warehouse', 'cq_warehouse.bearing', 'cq_warehouse.chain', 'cq_warehouse.drafting', 'cq_warehouse.extensions', 'cq_warehouse.fastener', 'cq_warehouse.sprocket', 'cq_warehouse.thread', 'cq_gears', 'cq_cache',