Skip to content

Commit 1bc3433

Browse files
authored
Merge pull request #933 from zerothi/plotly-upgrade
trying to allow plotly 6.1.1
2 parents 20dada6 + cf971bc commit 1bc3433

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
@@ -203,7 +203,7 @@ test = [
203203

204204
docs = [
205205
"sphinx<8",
206-
"plotly<6",
206+
"plotly", # won't work with 6.0 or 6.1, it creates too many things.
207207
"nbsphinx",
208208
"sphinx-rtd-theme",
209209
"sphinx-design",

0 commit comments

Comments
 (0)