Skip to content

Commit

Permalink
adjust poetry extras
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarvid committed Mar 6, 2024
1 parent e4ddec5 commit 871bbec
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 8 deletions.
40 changes: 34 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ explainerdashboard = "^0.4.5"
optuna = "^3.5.0"
pyarrow = "^15.0.0"
PyYAML = "^6.0.1"
xgboost = { version = "^2.0.3", optional = true }

[tool.poetry.extras]
xgboost = ["xgboost>=2.0.0,<2.1.0"]
all_models = ["xgboost>=2.0.0,<2.1.0"]
xgboost = ["xgboost"]
all_models = ["xgboost"]

[tool.poetry.group.dev.dependencies]
flake8 = "^7.0.0"
Expand Down

0 comments on commit 871bbec

Please sign in to comment.