Skip to content

Commit 918d36a

Browse files
committed
update onnx depend
1 parent f20dfc0 commit 918d36a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

BabbleApp/babbleapp.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ a = Analysis(['babbleapp.py'],
77
pathex=[],
88
binaries=[],
99
datas=[("Audio/*", "Audio"), ("Images/*", "Images/"), ("Models/*", "Models/")],
10-
hiddenimports=['cv2', 'numpy', 'PySimpleGui'],
10+
hiddenimports=['cv2', 'numpy', 'PySimpleGui', 'onnxruntime-directml'],
1111
hookspath=[],
1212
hooksconfig={},
1313
runtime_hooks=[],

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ winotify = [
1919
{ version = "^1.1.0", platform = 'win32' }
2020
]
2121
onnxruntime = "^1.13.1"
22+
onnxruntime-directml = "^1.15.0"
2223
colorama = "^0.4.6"
2324
taskipy = "^1.10.4"
2425
torch = "~2.0.0"

0 commit comments

Comments
 (0)