Skip to content

Commit

Permalink
fix save pdf in win builds (Issue #1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
roasterdave committed Nov 19, 2022
1 parent 41bc505 commit b7be4c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/artisan-win-legacy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ a = Analysis(['artisan.py'],
hookspath=[],
runtime_hooks=[],
excludes=[],
hiddenimports=['matplotlib.backends.backend_svg',
hiddenimports=['matplotlib.backends.backend_pdf',
'matplotlib.backends.backend_svg',
'scipy.spatial.transform._rotation_groups',
'scipy.special.cython_special',
'scipy._lib.messagestream',
Expand Down
1 change: 1 addition & 0 deletions src/artisan-win.spec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ a = Analysis(['artisan.py'],
excludes=[],
hiddenimports=['PyQt6.QtWebChannel',
'PyQt6.QtWebEngineCore',
'matplotlib.backends.backend_pdf',
'matplotlib.backends.backend_svg',
'scipy.spatial.transform._rotation_groups',
'scipy.special.cython_special',
Expand Down

0 comments on commit b7be4c3

Please sign in to comment.