Skip to content

Commit f5be8cd

Browse files
chore(deps): update plotly requirement from >=5.10.0 to >=6.7.0 (#72)
Updates the requirements on [plotly](https://github.com/plotly/plotly.py) to permit the latest version. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](plotly/plotly.py@v5.10.0...v6.7.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.7.0 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 d339e88 commit f5be8cd

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
@@ -18,7 +18,7 @@ albumentations>=1.3.0
1818
# Visualization
1919
matplotlib>=3.5.0
2020
seaborn>=0.11.0
21-
plotly>=5.10.0
21+
plotly>=6.7.0
2222

2323
# Utilities
2424
tqdm>=4.62.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ albumentations>=1.3.0
2020
# Visualization
2121
matplotlib>=3.5.0
2222
seaborn>=0.11.0
23-
plotly>=5.10.0
23+
plotly>=6.7.0
2424

2525
# Utilities
2626
tqdm>=4.62.0

0 commit comments

Comments
 (0)