Skip to content

Commit

Permalink
docs: unpin pyside6 when building docs (#614)
Browse files Browse the repository at this point in the history
* unpin pyside6

* try pyqt6
  • Loading branch information
tlambert03 authored Nov 7, 2023
1 parent 7a9318c commit 33c5e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ docs = [
"qtgallery",
# extras for all the widgets
"napari ==0.4.18",
"pyside6 ==6.4.2", # 6.4.3 gives segfault for some reason
"pyqt6",
"pint",
"matplotlib",
"ipywidgets >=8.0.0",
Expand Down

0 comments on commit 33c5e60

Please sign in to comment.