Skip to content

Commit

Permalink
Merge pull request optuna#5135 from not522/fix-pyqt6-qt6
Browse files Browse the repository at this point in the history
Pin the version of PyQt6-Qt6
  • Loading branch information
c-bata authored Dec 5, 2023
2 parents c1d671c + 12e0c50 commit f1754e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
pip install --progress-bar off .[test]
pip install --progress-bar off .[optional]
pip install PyQt6 # Install PyQT for using QtAgg as matplotlib backend.
# TODO(not522): Remove the version constraint.
pip install "PyQt6-Qt6<=6.6.0"
pip install "kaleido<=0.1.0post1" # TODO(HideakiImamura): Remove this after fixing https://github.com/plotly/Kaleido/issues/110
- name: Output installed packages
Expand Down

0 comments on commit f1754e8

Please sign in to comment.