From f68c30d88b80cffb97493b92efa0802278187959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:49:41 +0000 Subject: [PATCH] Update plotly requirement in /topic/machine-learning/automl Updates the requirements on [plotly](https://github.com/plotly/plotly.py) to permit the latest version. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/jupyterlab-plotly-v1.0.0-alpha.3...v5.20.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- topic/machine-learning/automl/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topic/machine-learning/automl/requirements.txt b/topic/machine-learning/automl/requirements.txt index 0927a5e7..76792597 100644 --- a/topic/machine-learning/automl/requirements.txt +++ b/topic/machine-learning/automl/requirements.txt @@ -1,7 +1,7 @@ # Real. crate[sqlalchemy] mlflow-cratedb==2.10.2 -plotly<5.20 +plotly<5.21 pycaret[models,parallel,test]==3.3.0 pydantic<2 python-dotenv<2