Skip to content

Commit

Permalink
Pin numpy to 1.9 for now.
Browse files Browse the repository at this point in the history
There seems to be a new bug with numpy 1.10.
  • Loading branch information
bgrant committed Oct 15, 2015
1 parent cf5009f commit c0368a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickstart/conda-quickstart
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ resolve_conda() {
}

install_osx() {
conda create -n $CONDA_ENV python=$PY_VER numpy ipyparallel notebook cython sphinx=1.3 mock matplotlib
conda create -n $CONDA_ENV python=$PY_VER numpy=1.9 ipyparallel notebook cython sphinx=1.3 mock matplotlib
source activate $CONDA_ENV
pip install mpi4py sphinxcontrib-programoutput
pushd ..
Expand All @@ -95,7 +95,7 @@ install_osx() {
}

install_linux() {
conda create -n $CONDA_ENV python=$PY_VER mpi4py numpy ipyparallel notebook cython sphinx=1.3 mock matplotlib
conda create -n $CONDA_ENV python=$PY_VER mpi4py numpy=1.9 ipyparallel notebook cython sphinx=1.3 mock matplotlib
source activate $CONDA_ENV
pip install sphinxcontrib-programoutput
pushd ..
Expand Down

0 comments on commit c0368a1

Please sign in to comment.