Commit 5f74d2ed authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix numpy pinning

parent 0d204680
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ if test "$EXTRA_INSTALL" != ""; then
      # That commit is *just* before they started checking pypy versions...
      $PIP install git+https://bitbucket.org/pypy/numpy.git@823b091
    elif [ "$i" = "numpy" ] && [[ "${PY_EXE}" == python2.6* ]]; then
      $PIP install 'numpy==1.10.4
      $PIP install 'numpy==1.10.4'
    else
      $PIP install $i
    fi