Skip to content

Commit 5eb6a2c

Browse files
chore(deps): update seaborn requirement from >=0.11.0 to >=0.13.2 (#100)
Updates the requirements on [seaborn](https://github.com/mwaskom/seaborn) to permit the latest version. - [Release notes](https://github.com/mwaskom/seaborn/releases) - [Commits](mwaskom/seaborn@v0.11.0...v0.13.2) --- updated-dependencies: - dependency-name: seaborn dependency-version: 0.13.2 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 6b9d179 commit 5eb6a2c

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
@@ -17,7 +17,7 @@ albumentations>=2.0.8
1717

1818
# Visualization
1919
matplotlib>=3.10.9
20-
seaborn>=0.11.0
20+
seaborn>=0.13.2
2121
plotly>=6.7.0
2222

2323
# Utilities

requirements.txt

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

2121
# Visualization
2222
matplotlib>=3.10.9
23-
seaborn>=0.11.0
23+
seaborn>=0.13.2
2424
plotly>=6.7.0
2525

2626
# Utilities

0 commit comments

Comments
 (0)