Skip to content

Commit ef3236b

Browse files
committed
[dist] Update Windows installer for v0.6.4.
Bump OpenCV to 4.10.
1 parent 6afbd35 commit ef3236b

File tree

3 files changed

+27
-58
lines changed

3 files changed

+27
-58
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Install Dependencies
4646
run: |
4747
python -m pip install --upgrade pip build wheel virtualenv setuptools
48-
pip install -r dist/requirements_windows.txt
4948
pip install -r docs/requirements.txt
49+
pip install --upgrade -r dist/requirements_windows.txt
5050
5151
- name: Download Resources
5252
run: |

0 commit comments

Comments
 (0)