diff --git a/pyproject.toml b/pyproject.toml index a6aeefe..484a272 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "toml==0.10.2", "numpy~=2.2.1", "matplotlib~=3.10.0", - "plotly~=5.24.1", + "plotly>=5.24.1,<6.1.0", ] dynamic = ["version"]