Skip to content

Commit

Permalink
update PyInstaller to mitigate scipy regression
Browse files Browse the repository at this point in the history
  • Loading branch information
timmh committed Nov 22, 2022
1 parent c114455 commit b78994c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.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-gpu==1.12.0
opencv-python==4.5.4.60
pyinstaller==5.3
pyinstaller==5.6.2
scikit-learn==1.1.1
toga==0.3.0.dev39
tqdm==4.64.0
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.12.0
opencv-python==4.5.4.60
pyinstaller==5.3
pyinstaller==5.6.2
scikit-learn==1.1.1
toga==0.3.0.dev39
tqdm==4.64.0
Expand Down

0 comments on commit b78994c

Please sign in to comment.