Skip to content

Commit

Permalink
fix scipy to 1.3.1 on Windows (PyInstaller 4533)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 20, 2019
1 parent 1f5222d commit b6715c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor/shapeout2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exe = EXE(pyz,
strip=False,
upx=False,
icon=icofile,
console=True)
console=False)

coll = COLLECT(exe,
a.binaries,
Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ install:
- "python --version"
# Install shapeout2 and its dependencies
- "appveyor-retry python -m pip install --upgrade pip"
# PyInstaller does not know where scipy DLLs are on Windows
# https://github.com/pyinstaller/pyinstaller/issues/4533
- "appveyor-retry python -m pip install scipy==1.3.1"
- "appveyor-retry pip install git+git://github.com/ZELLMECHANIK-DRESDEN/dclab.git"
- "appveyor-retry pip install git+git://github.com/ZELLMECHANIK-DRESDEN/pyqtgraph.git"
- "appveyor-retry pip install -e ."
Expand Down

0 comments on commit b6715c9

Please sign in to comment.