Skip to content

Commit

Permalink
scattershot
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Oct 9, 2024
1 parent 69b2e90 commit a66faa9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ dependencies = [
[project.optional-dependencies]
all_extras = [
"cyclic-boosting>=1.4.0; python_version < '3.12'",
"distfit",
"lifelines<0.30.0",
"mapie",
"distfit; python_version < '3.13'",
"lifelines<0.30.0; python_version < '3.13'",
"mapie; python_version < '3.13'",
"matplotlib>=3.3.2",
"ngboost<0.6.0",
"ngboost<0.6.0; python_version < '3.13'",
"polars<1.10.0",
"pyarrow<14.0.0; python_version < '3.12'",
"scikit-survival<0.24.0; python_version < '3.13'",
Expand Down

0 comments on commit a66faa9

Please sign in to comment.