Skip to content

Commit

Permalink
Limit Pyt5-Qt5 to Mac platforms
Browse files Browse the repository at this point in the history
This package appears to only have binaries for macOS and leads to an error when installed through requirements on other platforms, fixed here.
  • Loading branch information
yoda-vid committed Apr 12, 2024
1 parent c8565a0 commit 21ff898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pyface==8.0.0
Pygments==2.17.2
pyparsing==3.1.2
PyQt5==5.15.10
PyQt5-Qt5==5.15.13
PyQt5-Qt5==5.15.13 ; sys_platform == "darwin"
PyQt5-sip==12.13.0
python-dateutil==2.9.0.post0
pytz==2024.1
Expand Down

0 comments on commit 21ff898

Please sign in to comment.