diff --git a/release/macos/build_backend_macos.sh b/release/macos/build_backend_macos.sh index 4ac9b219..1fa77004 100755 --- a/release/macos/build_backend_macos.sh +++ b/release/macos/build_backend_macos.sh @@ -6,7 +6,7 @@ python -c "from huggingface_hub import get_full_repo_name; print('success')" pip install build python -m build -pip install "dist/alphadia-1.6.1-py3-none-any.whl" +pip install "dist/alphadia-1.6.1-py3-none-any.whl[stable]" # Creating the stand-alone pyinstaller folder pip install pyinstaller diff --git a/release/windows/build_backend.ps1 b/release/windows/build_backend.ps1 index 9d618cc1..40ceb909 100644 --- a/release/windows/build_backend.ps1 +++ b/release/windows/build_backend.ps1 @@ -6,7 +6,7 @@ python -c 'from huggingface_hub import get_full_repo_name; print("success")' pip install build python -m build -pip install "dist/alphadia-1.6.1-py3-none-any.whl" +pip install "dist/alphadia-1.6.1-py3-none-any.whl[stable]" # Creating the stand-alone pyinstaller folder pip install pyinstaller tbb