Skip to content

Commit 1afacdd

Browse files
Pin XGBoost due to incompatibility with current released sklearnex (#194)
* pin xgboost until new sklearnex release * pin xgboost also in conda envs
1 parent 0f4d6c2 commit 1afacdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

envs/conda-env-sklearn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- nodefaults
44
dependencies:
55
# additional frameworks
6-
- xgboost
6+
- xgboost ==3.0.5
77
- catboost
88
- lightgbm
99
- faiss-cpu

envs/requirements-sklearn.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# additional frameworks
2-
xgboost
2+
xgboost==3.0.5
33
catboost
44
lightgbm
55
faiss-cpu

0 commit comments

Comments
 (0)