Skip to content

Commit 82a1057

Browse files
committed
Lock pyinstaller version
1 parent 027865a commit 82a1057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/OSX/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ py_env:
2121
python3.11 -m venv $(VENV_DIR)
2222

2323
deps: py_env
24-
$(VENV_DIR)/bin/pip install pyinstaller
24+
$(VENV_DIR)/bin/pip install pyinstaller==6.9.0
2525
$(VENV_DIR)/bin/pip install -r ../../src/requirements.txt
2626
$(VENV_DIR)/bin/pip install pytest
2727
$$(brew --prefix ruby)/bin/gem install ronn-ng --user-install

0 commit comments

Comments
 (0)