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 14
14
- MODULE=hdbscan
15
15
matrix :
16
16
- DISTRIB="conda" PYTHON_VERSION="3.7"
17
- NUMPY_VERSION="1.15.3" SCIPY_VERSION="1.2.1" CYTHON_VERSION="0.28.5"
18
17
- DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true"
19
- NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0" CYTHON_VERSION="0.23.5"
20
18
21
19
install : source ci_scripts/install.sh
22
20
script : bash ci_scripts/test.sh
Original file line number Diff line number Diff line change 25
25
# Configure the conda environment and put it in the path using the
26
26
# provided versions
27
27
conda 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
29
29
30
30
source activate testenv
31
31
32
-
33
32
if [[ " $COVERAGE " == " true" ]]; then
34
33
pip install coverage coveralls
35
34
fi
You can’t perform that action at this time.
0 commit comments