Skip to content

Commit

Permalink
Bump pinned numpy to 1.10.4
Browse files Browse the repository at this point in the history
We need to do this to work around an issue with mkl packages shipped with
older version of numpy. See:

  ContinuumIO/anaconda-issues#698 (comment)

for more. Using numpy 1.9.x, the code would build with mkl but ip-diffim
would fail tests because mkl couldn't find all of its libraries and
therefore symbols (would terminate with `python: symbol lookup error`).  See
the above issue for more.
  • Loading branch information
mjuric committed Jun 3, 2016
1 parent 5b19e72 commit 9528058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ dependencies:
#
pin_versions:
numpy:
build: "==1.9"
run: ">=1.9"
build: "==1.10.4"
run: ">=1.10.4"
python:
build: "2.7.*"
run: "2.7.*"
Expand Down

0 comments on commit 9528058

Please sign in to comment.