Skip to content

Commit 9656ff9

Browse files
committed
Do not support plotly 6.0 for now. Someone is welcome to submit a PR to
fix. #4272
1 parent 296a0ec commit 9656ff9

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
@@ -60,7 +60,7 @@ dependencies = [
6060
"networkx>=2.7", # PR4116
6161
"palettable>=3.3.3",
6262
"pandas>=2",
63-
"plotly>=4.5.0",
63+
"plotly>=4.5.0,<6.0.0",
6464
"pybtex>=0.24.0",
6565
"requests>=2.32",
6666
"ruamel.yaml>=0.17.0",

0 commit comments

Comments
 (0)