Skip to content

Commit 8466e8a

Browse files
chore(deps): update matplotlib requirement from ~3.8 to >=3.8,<3.11 (#104)
Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.8.0...v3.10.7) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc2befc commit 8466e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ numpy = ">=1.26,<3.0"
2929
pandas = "^2.2.3"
3030
typer = "^0.12.3"
3131
click = ">=8.1,<8.2"
32-
matplotlib = "~3.8"
32+
matplotlib = ">=3.8,<3.11"
3333
lifelines = "^0.30"
3434
pyarrow = ">=14,<22"
3535
pyreadr = "^0.5"

0 commit comments

Comments
 (0)