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 1313 - TEST_DIR=/tmp/test_dir/
1414 - MODULE=hdbscan
1515 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"
1818 - DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true"
1919 NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0" CYTHON_VERSION="0.23.5"
2020
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def requirements():
5151
5252configuration = {
5353 'name' : 'hdbscan' ,
54- 'version' : '0.8.20 ' ,
54+ 'version' : '0.8.21 ' ,
5555 'description' : 'Clustering based on density with variable density clusters' ,
5656 'long_description' : readme (),
5757 'classifiers' : [
@@ -67,7 +67,6 @@ def requirements():
6767 'Operating System :: POSIX' ,
6868 'Operating System :: Unix' ,
6969 'Operating System :: MacOS' ,
70- 'Programming Language :: Python :: 2.7' ,
7170 'Programming Language :: Python :: 3.4' ,
7271 ],
7372 'keywords' : 'cluster clustering density hierarchical' ,
You can’t perform that action at this time.
0 commit comments