Skip to content

Commit

Permalink
Include matplotlib for macOS bundle
Browse files Browse the repository at this point in the history
Required by SequenceBouncer dependency.
  • Loading branch information
StefanPatman committed Feb 28, 2024
1 parent aa9f3a1 commit 8ac8154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mac/bundle.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ a = Analysis([SCRIPT],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=['matplotlib', 'pillow'],
excludes=['pillow'],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
Expand Down

0 comments on commit 8ac8154

Please sign in to comment.