From cf8807fed392badd278664181d0b45473aeb5fb1 Mon Sep 17 00:00:00 2001 From: mschwoerer <82171591+mschwoer@users.noreply.github.com> Date: Wed, 29 May 2024 17:30:34 +0200 Subject: [PATCH] bump version to 1.6.1 --- release/macos/build_backend_macos.sh | 2 +- release/windows/build_backend.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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