Skip to content

Commit

Permalink
fix(exe): add omegaconf to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed May 1, 2023
1 parent a57d90c commit 4c7e48b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions exe/win10.directml.dir.spec
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ a = Analysis(
],
hiddenimports=[
'coloredlogs',
'omegaconf',
'onnxruntime',
'onnxruntime-directml',
'pytorch_lightning',
Expand Down
1 change: 1 addition & 0 deletions exe/win10.directml.file.spec
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ a = Analysis(
],
hiddenimports=[
'coloredlogs',
'omegaconf',
'onnxruntime',
'onnxruntime-directml',
'pytorch_lightning',
Expand Down

0 comments on commit 4c7e48b

Please sign in to comment.