Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
mathijs-dumon committed Feb 27, 2020
1 parent 18dd0a8 commit 3f3e83a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions win_installer/_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,16 @@ function install_deps {
mingw-w64-"${ARCH}"-python3-kiwisolver \
mingw-w64-"${ARCH}"-freetype \
mingw-w64-"${ARCH}"-libpng \
mingw-w64-"${ARCH}"-qhull
build_pacman --noconfirm -U \
"$MISC"/mingw-w64-i686-python3-matplotlib-2.2.2-1-any.pkg.tar.xz
mingw-w64-"${ARCH}"-qhull \
mingw-w64-"${ARCH}"-python3-matplotlib

PIP_REQUIREMENTS="\
Pyro4>=4.41
deap>=1.0.1
setuptools
cairocffi"

build_pip install --upgrade \
build_pip install --upgrade --no-deps \
--force-reinstall $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])

build_pacman --noconfirm -Rdds \
Expand Down

0 comments on commit 3f3e83a

Please sign in to comment.