From 81b842e24a5671bf1e3750de3159e78883cbc466 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Tue, 28 Jan 2025 14:52:54 -0500 Subject: [PATCH] update plotly.py versions --- binder/requirements.txt | 2 +- doc/apidoc/conf.py | 2 +- doc/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index 6479bef932c..399bdd51a12 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -1,5 +1,5 @@ jupytext -plotly==5.24.1 +plotly==6.0.0 jupyter notebook pandas==2.2.2 diff --git a/doc/apidoc/conf.py b/doc/apidoc/conf.py index 8ec22e54972..03772179ae4 100644 --- a/doc/apidoc/conf.py +++ b/doc/apidoc/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "5.24.1" +release = "6.0.0" # -- General configuration --------------------------------------------------- diff --git a/doc/requirements.txt b/doc/requirements.txt index dd332c87214..4e3b17ef58b 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -plotly==5.24.1 +plotly==6.0.0 jupytext==1.16.4 jupyter-client<7 jupyter