File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 13
13
- TEST_DIR=/tmp/test_dir/
14
14
- MODULE=hdbscan
15
15
matrix :
16
- - DISTRIB="conda" PYTHON_VERSION="2 .7"
17
- NUMPY_VERSION="1.8.2 " SCIPY_VERSION="0.13.3 " CYTHON_VERSION="0.23.5"
16
+ - DISTRIB="conda" PYTHON_VERSION="3 .7"
17
+ NUMPY_VERSION="1.15.3 " SCIPY_VERSION="1.2.1 " CYTHON_VERSION="0.23.5"
18
18
- DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true"
19
19
NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0" CYTHON_VERSION="0.23.5"
20
20
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def requirements():
51
51
52
52
configuration = {
53
53
'name' : 'hdbscan' ,
54
- 'version' : '0.8.20 ' ,
54
+ 'version' : '0.8.21 ' ,
55
55
'description' : 'Clustering based on density with variable density clusters' ,
56
56
'long_description' : readme (),
57
57
'classifiers' : [
@@ -67,7 +67,6 @@ def requirements():
67
67
'Operating System :: POSIX' ,
68
68
'Operating System :: Unix' ,
69
69
'Operating System :: MacOS' ,
70
- 'Programming Language :: Python :: 2.7' ,
71
70
'Programming Language :: Python :: 3.4' ,
72
71
],
73
72
'keywords' : 'cluster clustering density hierarchical' ,
You can’t perform that action at this time.
0 commit comments