Skip to content

Commit c282491

Browse files
committed
Update dev deps: pyqt5 -> pyqt6
Which will hopefully avoid CI errors like: error: Distribution `pyqt5-qt5==5.15.17 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform hint: You're on Windows (`win_amd64`), but `pyqt5-qt5` (v5.15.17) only has wheels for the following platforms: `manylinux2014_x86_64`, `macosx_10_13_x86_64`, `macosx_11_0_arm64`; consider adding your platform to `tool.uv.required-environments` to ensure uv resolves to a version with compatible wheels
1 parent 648c281 commit c282491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dev = [
5555
"build",
5656
"myst-parser",
5757
"pre-commit",
58-
"pyqt5",
58+
"pyqt6",
5959
"pytest",
6060
"pytest-cov",
6161
"pytest-env",

0 commit comments

Comments
 (0)