Skip to content

Commit

Permalink
Explicitly adding casadi to the hidden imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Oct 27, 2023
1 parent 3b80026 commit da4e641
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 @@ -31,6 +31,7 @@ for file_path in file_list:
module_name = file_name.replace(".py", "")
hidden_imports.append("cqcodecs." + module_name)
hidden_imports.append('OCP')
hidden_imports.append('casadi')
hidden_imports.append('typing_extensions')
hidden_imports.append('pyparsing')
hidden_imports.append('ezdxf')
Expand Down

0 comments on commit da4e641

Please sign in to comment.