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 259bd6b commit a140586Copy full SHA for a140586
1 file changed
ci_scripts/install.sh
@@ -25,13 +25,11 @@ 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 \
29
- scikit-learn=$SKLEARN_VERSION nbconvert nbformat jupyter_client ipython \
30
- jupyter notebook ipykernel pandas
+ numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION \
+ scikit-learn=$SKLEARN_VERSION pandas
31
source activate testenv
32
-ipython kernel install
33
-
34
+pip install matplotlib jupyter notebook nbconvert nbformat jupyter_client ipython ipykernel
35
if [[ "$COVERAGE" == "true" ]]; then
36
pip install coverage coveralls
37
fi
0 commit comments