Skip to content

Commit

Permalink
upgrade pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Aug 6, 2024
1 parent 9ea05c6 commit 86ec0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_pkg_build_cmd(self) -> List[str]:
"git config --global --add safe.directory '*'",
"pip install './dvc[all]'",
# https://github.com/iterative/dvc/issues/7949
"pip install PyInstaller==5.9.0",
"pip install PyInstaller==6.9.0",
# https://github.com/iterative/dvc/issues/9654
"pip install flufl-lock==7.1.1",
"python build_bin.py",
Expand Down

0 comments on commit 86ec0d7

Please sign in to comment.