Skip to content

Commit 5f0c1cc

Browse files
authored
Update requirements.txt
The current pytest error is caused by the update of scikit-learn. scikit-learn v1.6.0 has some incompatibility with xgboost, causing error "'super' object has no attribute '__sklearn_tags__'", and the xgboost team is working on it (https://stackoverflow.com/questions/79290968/super-object-has-no-attribute-sklearn-tags). Temporarily limit the scikit-learn version to be <1.6.
1 parent 5350b05 commit 5f0c1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ matplotlib>=3.7.1
55
numpy>=1.24.3, <2
66
pandas>=1.5.3
77
plotly>=5.9.0
8-
scikit_learn>=1.2.2
8+
scikit_learn>=1.2.2, <1.6
99
# watermark>=2.3.1
1010
# xgboost>=1.7.6
1111
scipy>=1.10.1

0 commit comments

Comments
 (0)