We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027865a commit 82a1057Copy full SHA for 82a1057
scripts/OSX/Makefile
@@ -21,7 +21,7 @@ py_env:
21
python3.11 -m venv $(VENV_DIR)
22
23
deps: py_env
24
- $(VENV_DIR)/bin/pip install pyinstaller
+ $(VENV_DIR)/bin/pip install pyinstaller==6.9.0
25
$(VENV_DIR)/bin/pip install -r ../../src/requirements.txt
26
$(VENV_DIR)/bin/pip install pytest
27
$$(brew --prefix ruby)/bin/gem install ronn-ng --user-install
0 commit comments