Skip to content

Commit

Permalink
Still trying to fix cascadi import
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Oct 27, 2023
1 parent da4e641 commit 13fcd27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyinstaller.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ for file_path in file_list:
hidden_imports.append("cqcodecs." + module_name)
hidden_imports.append('OCP')
hidden_imports.append('casadi')
hidden_imports.append('casadi._casadi)
hidden_imports.append('typing_extensions')
hidden_imports.append('pyparsing')
hidden_imports.append('ezdxf')
Expand Down

0 comments on commit 13fcd27

Please sign in to comment.