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.
2 parents 51fd5ed + c9438ba commit e4346aeCopy full SHA for e4346ae
setup.py
@@ -47,7 +47,7 @@ def readme():
47
48
configuration = {
49
'name': 'hdbscan',
50
- 'version': '0.8.12',
+ 'version': '0.8.13rc1',
51
'description': 'Clustering based on density with variable density clusters',
52
'long_description': readme(),
53
'classifiers': [
@@ -71,7 +71,7 @@ def readme():
71
'maintainer': 'Leland McInnes',
72
'maintainer_email': '[email protected]',
73
'license': 'BSD',
74
- 'packages': ['hdbscan'],
+ 'packages': ['hdbscan', 'hdbscan.tests'],
75
'install_requires': ['numpy',
76
'scikit-learn>=0.16',
77
'cython >= 0.17'],
0 commit comments