Skip to content

Commit

Permalink
drop python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-wolbeck committed Oct 23, 2023
1 parent 4981897 commit 4f39bbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ classifiers = [
license = "Apache License 2.0"

[tool.poetry.dependencies]
python = ">=3.8, <3.12"
python = ">=3.9, <3.12"
scikit-learn = ">=1.0.2"
numpy = ">=1.21.2"
scipy = "1.11.3"
numpy = ">=1.21.6"
scipy = ">=1.11.0"
tqdm = ">=4.3"
lifelines = ">=0.25"

Expand Down

0 comments on commit 4f39bbb

Please sign in to comment.