Skip to content

Commit e4f41a4

Browse files
chore(deps): update matplotlib requirement from >=3.5.0 to >=3.10.9 (#93)
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.5.0...v3.10.9) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a71edf9 commit e4f41a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pillow>=9.0.0
1616
albumentations>=2.0.8
1717

1818
# Visualization
19-
matplotlib>=3.5.0
19+
matplotlib>=3.10.9
2020
seaborn>=0.11.0
2121
plotly>=6.7.0
2222

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pillow>=9.0.0
1919
albumentations>=2.0.8
2020

2121
# Visualization
22-
matplotlib>=3.5.0
22+
matplotlib>=3.10.9
2323
seaborn>=0.11.0
2424
plotly>=6.7.0
2525

0 commit comments

Comments
 (0)