8000 Pin scikit-learn to <1.3.0 · LiberTEM/LiberTEM@f9f869c · GitHub
[go: up one dir, main page]

Skip to content

Commit f9f869c

Browse files
committed
Pin scikit-learn to <1.3.0
This works around breakage in hdbscan scikit-learn-contrib/hdbscan#597 caused by API changes in scikit-learn 1.3.0
1 parent 4f9de10 commit f9f869c

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
@@ -154,7 +154,7 @@ def find_version(*file_paths):
154154
'scikit-image',
155155
'cloudpickle',
156156
'jsonschema',
157-
'scikit-learn',
157+
'scikit-learn<1.3.0',
158158
'tqdm',
159159
'threadpoolctl>=3.0',
160160
'nbformat',

0 commit comments

Comments
 (0)
0