Skip to content

Commit ac380c6

Browse files
committed
also update in setup.py
1 parent 74f990f commit ac380c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ future >= 0.18
2323
tqdm >= 4.66
2424
hyperopt >= 0.2.7
2525
python-graphviz >= 0.20
26-
scikit-learn <= 1.3
26+
scikit-learn == 1.3.2
2727
imbalanced-learn >= 0.11
2828
cleanlab >= 2.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def checkProgramIsInstalled(self, program, args, where_to_download,
116116
"tqdm >= 4.66",
117117
"hyperopt >= 0.2.7",
118118
"graphviz >= 0.20",
119-
"scikit-learn >= 1.3.1",
119+
"scikit-learn == 1.3.2",
120120
"imbalanced-learn >= 0.11",
121121
"cleanlab >= 2.5"
122122
]

0 commit comments

Comments
 (0)