Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timmh committed Sep 23, 2024
1 parent eb3bca8 commit 1588357
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ a = Analysis(
pathex=[],
binaries=[(os.path.join(onnxruntime_capi_path, '*onnxruntime*'), os.path.join('onnxruntime', 'capi'))] + platform_binaries,
datas=[('assets/*.png', 'assets')],
hiddenimports=[],
hiddenimports=["torch", "timm", "timm.models.layers"],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ numpy==1.22.2
onnxruntime==1.17.1
onnxruntime-gpu==1.17.1
opencv-python==4.5.4.60
pyinstaller==5.6.2
pyinstaller==6.10.0
scikit-learn==1.1.1
toga==0.3.0.dev39
tqdm==4.64.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_macos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ matplotlib==3.5.1
numpy==1.22.2
onnxruntime==1.17.1
opencv-python==4.5.4.60
pyinstaller==5.6.2
pyinstaller==6.10.0
scikit-learn==1.1.1
toga==0.3.0.dev39
tqdm==4.64.0
Expand Down

0 comments on commit 1588357

Please sign in to comment.