Skip to content

Commit

Permalink
use <6 version of plotly for documentation and use latest for other p…
Browse files Browse the repository at this point in the history
…urposes (#136)

* temporary fix for plotly-plot-rendering-on-webpage

* include plotly also in readthedocs
  • Loading branch information
The-Broken-Keyboard authored Feb 12, 2025
1 parent 15836bf commit 791d2f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ funding = "https://opencollective.com/arviz"
[project.optional-dependencies]
matplotlib = ["matplotlib"]
bokeh = ["bokeh"]
plotly = ["plotly<6", "webcolors"]
plotly = ["plotly", "webcolors"]
test = [
"hypothesis",
"pytest",
Expand All @@ -59,6 +59,7 @@ doc = [
"sphinx-design",
"jupyter-sphinx",
"h5netcdf",
"plotly<6",
]


Expand Down

0 comments on commit 791d2f3

Please sign in to comment.