Skip to content

Commit

Permalink
build: bump PySide6==6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FFengIll committed Dec 7, 2024
1 parent 122fd5c commit 1008265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Make sure you **REALLY** require `GUI`:

```sh
# install PySide6, the official Qt for Python : )
pip install PySide6==6.3.2
pip install PySide6==6.8.1

# if success, run
python gui.py
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pytest
PyMuPDF==1.25.0 # fitz

# optional
# PySide6==6.3.2
# PySide6==6.8.1

0 comments on commit 1008265

Please sign in to comment.