Skip to content

Commit

Permalink
Exclude matplotlib by excludes option in labelme.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jun 13, 2018
1 parent bbfbd3d commit dd75c66
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ after_script:
if [ $RUN_PYINSTALLER = "true" ]; then
# Cleanup
pip uninstall -y $PIP_DEPENDENCIES
pip uninstall -y matplotlib
# Build the standalone executable
pip install pyinstaller
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ conda activate labelme

# Build the standalone executable
pip install .
pip uninstall -y matplotlib
pip install pyinstaller
pyinstaller labelme.spec
dist/labelme --version
Expand Down
2 changes: 1 addition & 1 deletion labelme.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ a = Analysis(
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
excludes=[],
excludes=['matplotlib'],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
Expand Down

0 comments on commit dd75c66

Please sign in to comment.