Skip to content

Commit

Permalink
Lock bundled wheel pgzero dependency WRT pygame
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Pereira Atencio <4189262+carlosperate@users.noreply.github.com>
  • Loading branch information
tmontes and carlosperate authored Oct 12, 2023
1 parent 8b98c26 commit 3ff70b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mu/wheels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ class WheelsBuildError(WheelsError):
# pygame versions >=2.1.3 have issues in macOS 10.x, so temporarily for
# Mu release 1.2.1 pin the max version here
# https://github.com/mu-editor/mu/issues/2423
("pygame", ("pygame<2.1.3",)),
("numpy", ("numpy",)),
("pgzero", ("pgzero>=1.2.1",), "--no-dependencies"),
("pgzero", ("pgzero>=1.2.1", "pygame<2.1.3")),
# Lock Werkzeug to < 3.0.0: import flask fails, otherwise.
("flask", ("flask==2.0.3", "Werkzeug<3.0.0")),
# The version of ipykernel here should match to the version used by
Expand Down

0 comments on commit 3ff70b9

Please sign in to comment.