Skip to content

Commit 9ed91e1

Browse files
committed
Version for binary wheels
1 parent 12c301b commit 9ed91e1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ PyPI install, presuming you have sklearn and all its requirements (numpy and sci
179179
180180
pip install hdbscan
181181
182+
Binary wheels for a number of platforms are available thanks to the work of
183+
Ryan Helinski <[email protected]>.
184+
182185
If pip is having difficulties pulling the dependencies then we'd suggest installing
183186
the dependencies manually using anaconda followed by pulling hdbscan from pip:
184187

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def readme():
4747

4848
configuration = {
4949
'name': 'hdbscan',
50-
'version': '0.8.12',
50+
'version': '0.8.13',
5151
'description': 'Clustering based on density with variable density clusters',
5252
'long_description': readme(),
5353
'classifiers': [

0 commit comments

Comments
 (0)