Skip to content

Commit c2a89b1

Browse files
authored
build: downgrade plotly to <6.0.0 to fix plotting issues (#99)
1 parent 567acd6 commit c2a89b1

File tree

2 files changed

+123
-48
lines changed

2 files changed

+123
-48
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"scipy>=1.11.0",
3333
"pandas>=2.0.0",
3434
"pyarrow>=14.0.0",
35-
"plotly>=5.18.0",
35+
"plotly>=5.18.0,<6.0.0",
3636
"phik>=0.12.4",
3737
"fastcluster>=1.2.6",
3838
"joblib>=1.2.0",

0 commit comments

Comments
 (0)