Skip to content

Commit

Permalink
pin xgboost <2.0.0 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
dani2112 committed Sep 18, 2023
1 parent 1f0264a commit 109a60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
[project.optional-dependencies]
automl = [
"flaml >= 2.0.0",
"xgboost >= 1.7.6",
"xgboost >= 1.7.6, < 2.0.0",
]
embedding = [
"transformers >= 4.30.2",
Expand All @@ -39,7 +39,7 @@ embedding = [
]
all = [
"flaml >= 2.0.0",
"xgboost >= 1.7.6",
"xgboost >= 1.7.6, < 2.0.0",
"transformers >= 4.30.2",
"sentence-transformers >= 2.2.1",
"torch >= 2.0.1",
Expand Down

0 comments on commit 109a60c

Please sign in to comment.