File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ nbconvert==6.4.4
55nbformat == 5.3.0
66numpydoc >= 1.5.0
77pandas >= 0.25.3
8- scikit-learn >= 0.22.2
8+ scikit-learn >= 0.22.2 , <= 1.7.2
99sphinx-copybutton >= 0.5.0
Original file line number Diff line number Diff line change @@ -105,16 +105,16 @@ classifiers = [
105105requires-python = " >=3.8"
106106dependencies = [
107107 " pandas>=0.25.3" ,
108- " scikit-learn>=0.22.2" ,
108+ # do not use the latest version, to avoid undesired breaking changes
109+ " scikit-learn>=0.22.2,<=1.7.2" ,
109110]
110111
111112[project .urls ]
112113Homepage = " https://khiops.org"
113114
114115[project .optional-dependencies ]
115116s3 = [
116- # do not necessarily use the latest version, to avoid undesired breaking
117- # changes
117+ # do not use the latest version, to avoid undesired breaking changes
118118 " boto3>=1.17.39,<=1.35.69" ,
119119]
120120gcs = [
You can’t perform that action at this time.
0 commit comments