Skip to content

Commit

Permalink
DOC: Work around PyQt6 linking bug (#12580)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Apr 26, 2024
1 parent 59606aa commit 5a5b4f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ hdf5 = ["h5io", "pymatreader"]
full = [
"mne[hdf5]",
"qtpy",
"PyQt6!=6.6.1",
"PyQt6-Qt6!=6.6.1,!=6.6.2,!=6.6.3",
"PyQt6!=6.6.0",
"PyQt6-Qt6!=6.6.0,!=6.7.0",
"pyobjc-framework-Cocoa>=5.2.0; platform_system=='Darwin'",
"sip",
"scikit-learn",
Expand Down
4 changes: 2 additions & 2 deletions tools/pyqt6_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PyQt6!=6.6.1
PyQt6-Qt6!=6.6.1,!=6.6.2,!=6.6.3
PyQt6!=6.6.0
PyQt6-Qt6!=6.6.0,!=6.7.0

0 comments on commit 5a5b4f1

Please sign in to comment.