Skip to content

Commit 1fb3d12

Browse files
committed
scikit-learn compat issue
1 parent a19a950 commit 1fb3d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def calculate_version():
3030
zip_safe=True,
3131
install_requires=['numpy==1.26.4',
3232
'scipy>=1.3.1',
33-
'scikit-learn>=1.3.0',
33+
'scikit-learn>=1.4.2,<1.6',
3434
'update_checker>=0.16',
3535
'tqdm>=4.36.1',
3636
'stopit>=1.1.1',

0 commit comments

Comments
 (0)