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 5f78c73 commit 5a0750aCopy full SHA for 5a0750a
1 file changed
ci_scripts/install.sh
@@ -25,9 +25,10 @@ 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 ipython jupyter notebook ipykernel pandas
+ numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION matplotlib nbconvert nbformat jupyter_client ipython jupyter notebook ipykernel pandas
29
source activate testenv
30
ipython kernel install
31
+pip install git+https://github.com/scikit-learn/scikit-learn
32
33
34
if [[ "$COVERAGE" == "true" ]]; then
0 commit comments