File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1414 - MODULE=hdbscan
1515 matrix :
1616 - DISTRIB="conda" PYTHON_VERSION="3.7"
17- NUMPY_VERSION="1.15.3" SCIPY_VERSION="1.2.1" CYTHON_VERSION="0.28.5"
1817 - DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true"
19- NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0" CYTHON_VERSION="0.23.5"
2018
2119install : source ci_scripts/install.sh
2220script : bash ci_scripts/test.sh
Original file line number Diff line number Diff line change 2525# Configure the conda environment and put it in the path using the
2626# provided versions
2727conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
28- numpy= $NUMPY_VERSION scipy= $SCIPY_VERSION cython= $CYTHON_VERSION matplotlib pandas networkx
28+ numpy scipy cython scikit-learn joblib matplotlib pandas networkx
2929
3030source activate testenv
3131
32-
3332if [[ " $COVERAGE " == " true" ]]; then
3433 pip install coverage coveralls
3534fi
You can’t perform that action at this time.
0 commit comments