Skip to content

Commit

Permalink
add extras for better pip installation
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarvid committed Mar 5, 2024
1 parent 5f273be commit a00981f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 30 deletions.
34 changes: 5 additions & 29 deletions poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ pandas = "^2.2.1"
scikit-learn = "^1.4.1.post1"
explainerdashboard = "^0.4.5"
optuna = "^3.5.0"
xgboost = "^2.0.3"
pyarrow = "^15.0.0"
PyYAML = "^6.0.1"

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

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

0 comments on commit a00981f

Please sign in to comment.