Skip to content

Commit

Permalink
Pin hdbscan because of scikit-learn-contrib/hdbscan#600 or related
Browse files Browse the repository at this point in the history
  • Loading branch information
uellue committed Jul 24, 2023
1 parent 511aaf7 commit fd64c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -174,7 +174,7 @@ def find_version(*file_paths):
# Likely caused by other packages constraining NumPy version to <1.23
# FIXME recheck later again
'torch': 'torch<1.12',
'hdbscan': 'hdbscan',
'hdbscan': 'hdbscan<=0.8.30',
'cupy': 'cupy',
'bqplot': ['bqplot', 'bqplot-image-gl', 'ipython'],
'hdf5plugin': 'hdf5plugin',
Expand Down

0 comments on commit fd64c82

Please sign in to comment.