Skip to content

Commit

Permalink
BUG: fix building pywavelets from source
Browse files Browse the repository at this point in the history
Since release 1.0.0 of PyWavelets, python 3.4 is no longer officially supported.
Therefore, no pre-built wheels are available on PyPi. To retain support for Python 3.4 on windows,
it has to be build from source (pulled form PyPi). For this, both Cython and Numpy need to be pre-installed.

For Linux and Mac, 3.4 wheels are available for the latest release.
  • Loading branch information
JoostJM committed Sep 28, 2018
1 parent 4eb9264 commit 6223d35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scikit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ before_install:
RUN_ENV: .\\..\\addons\\appveyor\\run-with-visual-studio.cmd
commands:
- python ../addons/appveyor/patch_vs2008.py
- $<RUN_ENV> pip install numpy>=1.9.2
- $<RUN_ENV> pip install cython

circle:
environment:
Expand Down

0 comments on commit 6223d35

Please sign in to comment.