Skip to content

Commit

Permalink
revert actions change, lock a pyqt6 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tab-cmd committed Dec 4, 2023
1 parent 2dcf154 commit 65d129c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install kenlm==0.1 --global-option="--max_order=12"
pip install psychopy==2023.2.1 --no-deps
- name: install manually downloaded pyWinhook wheel for Python 3.9
if: matrix.python-version == 3.9
run: |
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ Pillow==9.4.0
py-cpuinfo==9.0.0
pyedflib==0.1.34
PyQt6==6.6.0
PyQt6-Qt6==6.6.0
pywavelets==1.4.1
tqdm==4.62.2

0 comments on commit 65d129c

Please sign in to comment.