We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd38e06 commit 7a34c85Copy full SHA for 7a34c85
1 file changed
ci_scripts/install.sh
@@ -25,7 +25,7 @@ popd
25
# Configure the conda environment and put it in the path using the
26
# provided versions
27
conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
28
- numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION matplotlib scikit-learn nbconvert nbformat jupyter_client
+ numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION matplotlib scikit-learn nbconvert nbformat jupyter_client ipython
29
source activate testenv
30
31
0 commit comments