Skip to content

Commit 13ce037

Browse files
Update plotly requirement from ~=5.24.1 to >=5.24.1,<6.1.0
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/master/CHANGELOG.md) - [Commits](plotly/plotly.py@v5.24.1...v6.0.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e9f001 commit 13ce037

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
@@ -59,7 +59,7 @@ dependencies = [
5959
"toml==0.10.2",
6060
"numpy~=2.2.1",
6161
"matplotlib~=3.10.0",
62-
"plotly~=5.24.1",
62+
"plotly>=5.24.1,<6.1.0",
6363
]
6464
dynamic = ["version"]
6565

0 commit comments

Comments
 (0)