Skip to content

Commit

Permalink
chore: Update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Jun 15, 2024
1 parent c3a4815 commit 6646bf0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Install tesserocr for Windows
if: matrix.os == 'windows-latest'
run: |
Invoke-WebRequest -Uri https://github.com/simonflueckiger/tesserocr-windows_build/releases/download/tesserocr-v2.6.0-tesseract-5.3.1/tesserocr-2.6.0-cp311-cp311-win_amd64.whl -OutFile tesserocr-2.6.0-cp311-cp311-win_amd64.whl
python -m pip install tesserocr-2.6.0-cp311-cp311-win_amd64.whl
Invoke-WebRequest -Uri https://github.com/simonflueckiger/tesserocr-windows_build/releases/download/tesserocr-v2.7.0-tesseract-5.3.4/tesserocr-2.7.0-cp311-cp311-win_amd64.whl -OutFile tesserocr-2.7.0-cp311-cp311-win_amd64.whl
python -m pip install tesserocr-2.7.0-cp311-cp311-win_amd64.whl
- name: Install tesserocr for MacOS arm64
if: matrix.os == 'macos-arm64'
Expand All @@ -60,13 +60,13 @@ jobs:
- name: Install pyinstaller for Windows
if: matrix.os == 'windows-latest'
run: |
Invoke-WebRequest -Uri https://github.com/pyinstaller/pyinstaller/archive/refs/tags/v6.6.0.zip -OutFile pyinstaller-6.6.0.zip
Expand-Archive -Path pyinstaller-6.6.0.zip -DestinationPath .
cd pyinstaller-6.6.0
Invoke-WebRequest -Uri https://github.com/pyinstaller/pyinstaller/archive/refs/tags/v6.8.0.zip -OutFile pyinstaller-6.8.0.zip
Expand-Archive -Path pyinstaller-6.8.0.zip -DestinationPath .
cd pyinstaller-6.8.0
python -m pip install .
cd ..
Remove-Item -Recurse -Force pyinstaller-6.6.0
Remove-Item -Force pyinstaller-6.6.0.zip
Remove-Item -Recurse -Force pyinstaller-6.8.0
Remove-Item -Force pyinstaller-6.8.0.zip
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ obsws-python
opencv-python
pillow
platformdirs
pyinstaller==6.6.0
pyinstaller==6.8.0
pyside6
python-dotenv
requests
Expand Down

0 comments on commit 6646bf0

Please sign in to comment.