Skip to content

Commit

Permalink
use pyqt6 instead of pyqt5
Browse files Browse the repository at this point in the history
PyQt5 causes installation issues on M1 macs (see issue #83).
PyQt is not used explicitly; only as a backend for vispy.

PyQt6 does not seem to have such issues on M1, and selecting it
as a vispy extra rather than a direct dependency should be more robust.
  • Loading branch information
clbarnes committed Mar 31, 2022
1 parent d656cb7 commit 9c201ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pint>=0.10
plotly>=4.9
pynrrd>=0.4.2
pypng>=0.0.18
PyQt5>=5.15
requests>=2.20
seaborn>=0.10
setuptools>=50.6
Expand All @@ -18,7 +17,7 @@ six>=1.11
tqdm>=4.45
typing-extensions>=3.7.4
trimesh>=3.8
vispy>=0.6.4
vispy[pyqt6]>=0.6.4
fuzzywuzzy>=0.18
molesq>=0.2.0
rdata>=0.5
Expand Down

0 comments on commit 9c201ee

Please sign in to comment.