Skip to content

Commit

Permalink
Remove unecessary XGBoost dependency (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Apr 18, 2023
1 parent 9515675 commit 3982168
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,10 @@ requests = { version = "^2.28.2", optional = true }
fastapi = { version = "^0.95.0", optional = true }
starlette = { version = "^0.26.1", optional = true }
uvicorn = { version = "^0.21.1", extras = ["standard"], optional = true }
# Optional dependency (xgboost)
xgboost = { version = "^1.6.2", optional = true }

[tool.poetry.extras]
simulation = ["ray"]
rest = ["fastapi", "requests", "starlette", "uvicorn"]
xgboost = ["xgboost"]

[tool.poetry.group.dev.dependencies]
types-dataclasses = "==0.6.6"
Expand Down

0 comments on commit 3982168

Please sign in to comment.