Skip to content

Commit 5d8721d

Browse files
committed
Update cython install requirement
1 parent 932c6b2 commit 5d8721d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def readme():
7474
'packages': ['hdbscan', 'hdbscan.tests'],
7575
'install_requires': ['numpy',
7676
'scikit-learn>=0.16',
77-
'cython >= 0.17'],
77+
'cython >= 0.26'],
7878
'ext_modules': [_hdbscan_tree,
7979
_hdbscan_linkage,
8080
_hdbscan_boruvka,

0 commit comments

Comments
 (0)