Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-rinchin authored Dec 24, 2024
1 parent f072c13 commit 8f48cc4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ scipy = [
{version = "*", python = ">=3.9"},
{version = "<=1.11", python = "<3.9"},
]
scikit-learn = [
{version = ">=0.22, <=0.24.2", python = "<3.10"},
{version = ">=0.22", python = ">=3.10"},
]
scikit-learn = ">=0.22"
lightgbm = [
{version = ">=2.3"},
{version = "^4.4.0", platform = "darwin"}, # https://github.com/microsoft/LightGBM/issues/5328#issuecomment-2169128216
Expand Down

0 comments on commit 8f48cc4

Please sign in to comment.