Skip to content

Commit

Permalink
fix(exe): capture omegaconf version info
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed May 1, 2023
1 parent 26bd8cd commit 963c507
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 @@ -19,6 +19,7 @@ dynamic_packages = [
"requests",
"tokenizers",
"tqdm",
"omegaconf",
]
metadatas = [copy_metadata(pkg) for pkg in dynamic_packages]
metadatas = sum(metadatas, [])
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 @@ -19,6 +19,7 @@ dynamic_packages = [
"requests",
"tokenizers",
"tqdm",
"omegaconf",
]
metadatas = [copy_metadata(pkg) for pkg in dynamic_packages]
metadatas = sum(metadatas, [])
Expand Down

0 comments on commit 963c507

Please sign in to comment.