Skip to content

Commit 0dfe83e

Browse files
chore: upgrade dependency constraints in pyproject (#105)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9ebbd41 commit 0dfe83e

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

pyproject.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,29 @@ classifiers = [
2525

2626
[tool.poetry.dependencies]
2727
python = ">=3.10,<3.13"
28-
numpy = ">=1.26,<3.0"
29-
pandas = "^2.2.3"
30-
typer = "^0.12.3"
31-
click = ">=8.1,<8.2"
32-
matplotlib = ">=3.8,<3.11"
33-
lifelines = "^0.30"
34-
pyarrow = ">=14,<22"
35-
pyreadr = "^0.5"
28+
numpy = "^2.3.4"
29+
pandas = "^2.3.3"
30+
typer = "^0.19.2"
31+
click = "^8.3.0"
32+
matplotlib = "^3.10.7"
33+
lifelines = "^0.30.0"
34+
pyarrow = "^21.0.0"
35+
pyreadr = "^0.5.3"
3636

3737
[tool.poetry.group.dev.dependencies]
38-
pytest = "^8.3.5"
39-
pytest-cov = ">=6.1.1,<8.0.0"
40-
pytest-benchmark = ">=4,<6"
41-
python-semantic-release = ">=9.21,<11.0"
42-
mypy = "^1.15.0"
43-
invoke = "^2.2.0"
44-
hypothesis = "^6.108"
45-
tomli = "^2.2.1"
46-
black = ">=24.1,<26.0"
47-
isort = ">=5.13.2,<8.0.0"
38+
pytest = "^8.4.2"
39+
pytest-cov = "^7.0.0"
40+
pytest-benchmark = "^5.1.0"
41+
python-semantic-release = "^10.4.1"
42+
mypy = "^1.18.2"
43+
invoke = "^2.2.1"
44+
hypothesis = "^6.142.1"
45+
tomli = "^2.3.0"
46+
black = "^25.9.0"
47+
isort = "^7.0.0"
4848
flake8 = "^6.1.0"
49-
scikit-survival = "^0.24.1"
50-
pre-commit = ">=3.8,<5.0"
49+
scikit-survival = "^0.25.0"
50+
pre-commit = "^4.3.0"
5151

5252
[tool.poetry.extras]
5353
dev = [

0 commit comments

Comments
 (0)