Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ bundle_venv() {
# (no nested virtualenv layer — keeps the bundle a few MB smaller and
# avoids a redundant Python symlink dance).
echo " Installing stackvox..."
"$venv_dir/bin/python3" -m pip install --no-cache-dir --quiet 'stackvox>=0.4.0'
"$venv_dir/bin/python3" -m pip install --no-cache-dir --quiet 'stackvox>=0.7.0'

# Strip __pycache__ and pip caches to shrink the bundle. These can be
# regenerated by the bundled Python at first import — small startup
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ find_python() {
echo ""
echo "# STAGE: venv"
echo "Setting up voice engine..."
STACKVOX_SPEC="stackvox>=0.4.0"
STACKVOX_SPEC="stackvox>=0.7.0"
PYTHON=$(find_python)
if [[ -z "$PYTHON" ]]; then
echo ""
Expand Down